Compare commits
3 Commits
83c66dbc66
...
00dc3da970
| Author | SHA1 | Date | |
|---|---|---|---|
| 00dc3da970 | |||
| 4f80f82dc1 | |||
| e96bf713b3 |
@@ -6,10 +6,19 @@ services:
|
||||
environment:
|
||||
- ICON_SOURCE=remote
|
||||
- REMOTE_URL=${REMOTE_URL}
|
||||
- PRIMARY_COLOR=${PRIMARY_COLOR}
|
||||
- CACHE_TTL=${CACHE_TTL}
|
||||
- CACHE_SIZE=${CACHE_SIZE}
|
||||
ports:
|
||||
- 4050:4050
|
||||
- ${PORT}:4050
|
||||
networks:
|
||||
- frontend
|
||||
healthcheck:
|
||||
test: ["CMD", "/server", "-healthcheck"]
|
||||
interval: 30s
|
||||
timeout: 5s
|
||||
retries: 3
|
||||
start_period: 5s
|
||||
|
||||
networks:
|
||||
frontend:
|
||||
|
||||
Reference in New Issue
Block a user