This commit is contained in:
parent
f1c9473fd7
commit
378c14675f
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ services:
|
|||
build:
|
||||
context: frontend
|
||||
dockerfile: Dockerfile
|
||||
environment:
|
||||
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
|
||||
|
||||
version_tag:
|
||||
extends: frontend
|
||||
|
|
|
@ -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
|
Loading…
Reference in a new issue