Align docker compose with piggy-bank
All checks were successful
Deploy to Production / deploy (push) Successful in 5s

This commit is contained in:
2026-02-22 19:40:06 +00:00
parent a7e97b0d9f
commit 5c4eeeb3a9

View File

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