expose nginx ports

This commit is contained in:
Andrea Spacca 2022-07-23 13:07:58 +09:00
parent 12a05cad36
commit ca75f035a6

View file

@ -39,7 +39,9 @@ services:
image: nginx:mainline-alpine
restart: unless-stopped
ports:
- "8080:80"
- "FRONTEND_PORT:FRONTEND_PORT"
- "BACKEND_PORT:BACKEND_PORT"
- "PROXY_PORT:PROXY_PORT"
volumes:
- ./config/nginx.conf:/etc/nginx/nginx.conf:ro
- ./config/pipedapi.conf:/etc/nginx/conf.d/pipedapi.conf:ro