introduce nginex-proxy
use host ip if working in wsl
This commit is contained in:
@@ -3,6 +3,19 @@ networks:
|
||||
driver: bridge
|
||||
|
||||
services:
|
||||
proxy:
|
||||
image: nginx:1.25
|
||||
container_name: infoscreen-proxy
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- ./nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
- server
|
||||
- dashboard
|
||||
networks:
|
||||
- infoscreen-net
|
||||
db:
|
||||
image: mariadb:11.4.7
|
||||
container_name: infoscreen-db
|
||||
|
||||
Reference in New Issue
Block a user