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-internal
|
||||||
|
|
||||||
recipe-api:
|
recipe-api:
|
||||||
image: hashicorp/http-echo:1.0
|
build:
|
||||||
|
context: ./backend
|
||||||
|
dockerfile: Dockerfile
|
||||||
container_name: recipe-api
|
container_name: recipe-api
|
||||||
command: ["-listen=:8080", "-text=recipe-api is alive"]
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
environment:
|
||||||
|
DATABASE_URL: "mysql://root:${MARIADB_ROOT_PASSWORD}@recipe-db:3306/${MARIADB_DATABASE}"
|
||||||
|
depends_on:
|
||||||
|
- recipe-db
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
- recipe-internal
|
- recipe-internal
|
||||||
|
|||||||
Vendored
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user