This commit is contained in:
Juan Pablo Vial
2024-10-31 16:31:42 -03:00
parent d649e03684
commit 3d5799ae58
2 changed files with 27 additions and 0 deletions

View File

@ -7,6 +7,7 @@ services:
restart: unless-stopped
ports:
- "${APP_PORT}:80"
- "${APP_SSL_PORT}:443"
volumes:
- ${APP_PATH:-.}/:/code
- ./nginx.conf:/etc/nginx/conf.d/default.conf