Adjust docker compose networking
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
All checks were successful
Deploy to Production / deploy (push) Successful in 5s
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
rubic-cube:
|
rubic-cube:
|
||||||
container_name: rubic-cube
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
@@ -12,8 +11,10 @@ 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:
|
||||||
- rubic-net
|
aliases:
|
||||||
|
- rubic-cube
|
||||||
|
rubic-net:
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
npm_public:
|
npm_public:
|
||||||
|
|||||||
Reference in New Issue
Block a user