Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
deb7486a19 | |||
aaeeebe789 | |||
27e902f208 |
1 changed files with 3 additions and 2 deletions
|
@ -3,11 +3,12 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
env_file:
|
||||
- ./.env
|
||||
pull_policy: build
|
||||
environment:
|
||||
# Needed to make sure that the backend port can be exposed
|
||||
BACKEND_ADDRESS: 0.0.0.0
|
||||
env_file:
|
||||
- ./stack.env
|
||||
ports:
|
||||
- 3000:3000
|
||||
depends_on:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue