Compare commits

...
Sign in to create a new pull request.

3 commits

Author SHA1 Message Date
deb7486a19 Update docker-compose.yml
use stack.env
2025-06-27 18:26:01 +02:00
aaeeebe789 Update docker-compose.yml
fix pull policy
2025-06-27 17:48:18 +02:00
27e902f208 Update docker-compose.yml
Removed .env file so variables can be added in portainer
To enable rebuilding of an image if already present on Docker standalone environments, include pull_policy: build in your compose file as per Docker documentation.
2025-06-27 17:46:29 +02:00

View file

@ -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: