Arrivals Board
This commit is contained in:
@@ -57,6 +57,21 @@ services:
|
||||
networks:
|
||||
- ppr_network
|
||||
|
||||
# Nginx web server for public frontend
|
||||
web:
|
||||
image: nginx:alpine
|
||||
container_name: ppr_nextgen_web
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8082:80" # Public web interface
|
||||
volumes:
|
||||
- ./web:/usr/share/nginx/html
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||
depends_on:
|
||||
- api
|
||||
networks:
|
||||
- ppr_network
|
||||
|
||||
volumes:
|
||||
mysql_data:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user