introduce nginex-proxy

use host ip if working in wsl
This commit is contained in:
2025-06-08 04:44:42 +00:00
parent 138c5b1e8c
commit 628a3b1fe9
16 changed files with 164 additions and 103 deletions

View File

@@ -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