Remove unused trace file from the frontend build directory. Updated compose.yml
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user