This commit is contained in:
parent
f1c9473fd7
commit
378c14675f
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ services:
|
||||||
build:
|
build:
|
||||||
context: frontend
|
context: frontend
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
environment:
|
||||||
|
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
|
||||||
|
|
||||||
version_tag:
|
version_tag:
|
||||||
extends: frontend
|
extends: frontend
|
||||||
|
|
|
@ -8,5 +8,6 @@ services:
|
||||||
ORIGIN: "${ORIGIN}"
|
ORIGIN: "${ORIGIN}"
|
||||||
PORT: 8000
|
PORT: 8000
|
||||||
BODY_SIZE_LIMIT: 0
|
BODY_SIZE_LIMIT: 0
|
||||||
|
PUBLIC_BACKEND_URL: ${PUBLIC_BACKEND_URL}
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8000:8000
|
- 127.0.0.1:8000:8000
|
Loading…
Reference in a new issue