Remove unused trace file from the frontend build directory. Updated compose.yml

This commit is contained in:
Nils-Johan Gynther
2026-04-10 17:16:34 +02:00
parent 32e643f6ab
commit b9d5d87235
3 changed files with 7 additions and 3 deletions
+7 -2
View File
@@ -12,10 +12,15 @@ services:
- recipe-internal
recipe-api:
image: hashicorp/http-echo:1.0
build:
context: ./backend
dockerfile: Dockerfile
container_name: recipe-api
command: ["-listen=:8080", "-text=recipe-api is alive"]
restart: unless-stopped
environment:
DATABASE_URL: "mysql://root:${MARIADB_ROOT_PASSWORD}@recipe-db:3306/${MARIADB_DATABASE}"
depends_on:
- recipe-db
networks:
- proxy
- recipe-internal