Configure for Nginx Proxy Manager via npm_default network
All checks were successful
Deploy to Production / deploy (push) Successful in 4s

This commit is contained in:
2026-02-15 20:55:23 +01:00
parent 03d4adf6b1
commit ae9d643980
2 changed files with 22 additions and 6 deletions

View File

@@ -6,12 +6,14 @@ services:
build:
context: .
dockerfile: Dockerfile
ports:
- "8083:80"
# ports:
# - "8083:80"
expose:
- "80"
restart: always
networks:
- rubic-net
- npm_default
networks:
rubic-net:
driver: bridge
npm_default:
external: true