Adjust docker compose networking
All checks were successful
Deploy to Production / deploy (push) Successful in 5s

This commit is contained in:
2026-02-22 19:31:16 +00:00
parent c4b78ad7b7
commit a7e97b0d9f

View File

@@ -1,6 +1,5 @@
services:
rubic-cube:
container_name: rubic-cube
build:
context: .
dockerfile: Dockerfile
@@ -12,8 +11,10 @@ services:
# volumes:
# - ./nginx.conf:/etc/nginx/conf.d/default.conf:ro
networks:
- npm_public
- rubic-net
npm_public:
aliases:
- rubic-cube
rubic-net:
networks:
npm_public: