Files
ndsolutionswebsite/docker-compose.yml
Daniel S 8d0e72a8bc
All checks were successful
Production Build & Deploy / build-and-deploy (push) Successful in 43s
fix(docker): bind port to 127.0.0.1 for existing reverse proxy integration
2026-08-08 19:07:41 +02:00

15 lines
299 B
YAML

services:
website:
image: gitea.hephex.de/daniel/websitedummy:latest
container_name: websitedummy_app
restart: always
ports:
- "127.0.0.1:8080:4321"
environment:
- HOST=0.0.0.0
- PORT=4321
- DATA_DIR=/app/data
volumes:
- ./app/data:/app/data