Update compose env var
Some checks failed
ci/woodpecker/push/build Pipeline failed

This commit is contained in:
Alessio Davoli 2023-12-22 16:14:16 +01:00
parent f1c9473fd7
commit 378c14675f
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@ services:
build:
context: frontend
dockerfile: Dockerfile
environment:
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
version_tag:
extends: frontend

View file

@ -8,5 +8,6 @@ services:
ORIGIN: "${ORIGIN}"
PORT: 8000
BODY_SIZE_LIMIT: 0
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
ports:
- 127.0.0.1:8000:8000