refactoring ci/cd
This commit is contained in:
@@ -9,7 +9,11 @@ services:
|
||||
- "${PORT}:${PORT}"
|
||||
networks:
|
||||
- wedding-site-network
|
||||
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost:${PORT}"
|
||||
interval: 5s
|
||||
timeout: 30s
|
||||
retries: 1
|
||||
networks:
|
||||
wedding-site-network:
|
||||
driver: bridge
|
||||
|
||||
Reference in New Issue
Block a user