Files
penracourses/docker/docker-compose.dev.yml
T
2025-12-01 11:12:01 +00:00

13 lines
246 B
YAML

# Development override: point the web service to rad/.env.dev and map nginx to
# non-privileged host ports so you can run without sudo.
services:
web:
env_file:
- ../.env.dev
nginx:
ports:
- "8080:80"
- "8443:443"