Removed Restart Condition.
This commit is contained in:
parent
32ed4cbe6d
commit
9289730cd9
1 changed files with 0 additions and 3 deletions
|
|
@ -49,7 +49,6 @@ services:
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 3
|
retries: 3
|
||||||
start_period: 10s
|
start_period: 10s
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/ente-io/web
|
image: ghcr.io/ente-io/web
|
||||||
|
|
@ -58,7 +57,6 @@ services:
|
||||||
- ENTE_API_ORIGIN=${SERVICE_URL_MUSEUM}
|
- ENTE_API_ORIGIN=${SERVICE_URL_MUSEUM}
|
||||||
- ENTE_ALBUMS_ORIGIN=${SERVICE_URL_WEB_3002}
|
- ENTE_ALBUMS_ORIGIN=${SERVICE_URL_WEB_3002}
|
||||||
|
|
||||||
restart: unless-stopped
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "--fail", "http://localhost:3000"]
|
test: ["CMD", "curl", "--fail", "http://localhost:3000"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
@ -80,7 +78,6 @@ services:
|
||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 30s
|
start_period: 30s
|
||||||
restart: unless-stopped
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
postgres-data:
|
postgres-data:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue