This commit is contained in:
2026-04-07 13:39:14 +09:00
parent 7669baa171
commit e3fe7b640f
41 changed files with 673 additions and 225 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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