Fix compose
This commit is contained in:
parent
ccb514c7cc
commit
96ad505d48
1 changed files with 2 additions and 3 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
services:
|
services:
|
||||||
web-app:
|
fallback-web-app:
|
||||||
image: ghcr.io/${REPO_NAME_LOWER}/fallback-web-app:${IMAGE_TAG}
|
image: ghcr.io/${REPO_NAME_LOWER}/web-app:${IMAGE_TAG}
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3034:3000"
|
- "127.0.0.1:3034:3000"
|
||||||
environment:
|
environment:
|
||||||
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
- GEMINI_API_KEY=${GEMINI_API_KEY}
|
||||||
depends_on:
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue