22
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
volumes:
|
||||
- ../../backend-spring:/app
|
||||
networks:
|
||||
- test-vex-network
|
||||
- invion-network
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8082/health"]
|
||||
@@ -31,5 +31,5 @@ services:
|
||||
start_period: 90s
|
||||
|
||||
networks:
|
||||
test-vex-network:
|
||||
invion-network:
|
||||
driver: bridge
|
||||
|
||||
@@ -18,9 +18,9 @@ services:
|
||||
- /app/node_modules
|
||||
- /app/.next
|
||||
networks:
|
||||
- test-vex-network
|
||||
- invion-network
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
test-vex-network:
|
||||
invion-network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user