mirror of
https://git.fifo-f.eu/fifo/phanpy-docker.git
synced 2025-04-19 11:28:05 +02:00
Updates
Signed-off-by: Fifo F <fifo@fifo-f.eu>
This commit is contained in:
parent
456c4510f5
commit
fcaa682975
2 changed files with 12 additions and 6 deletions
|
@ -12,8 +12,14 @@ services:
|
|||
# PHANPY_DEFAULT_INSTANCE: "mastodon.social"
|
||||
ports:
|
||||
- "8282:80"
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost"]
|
||||
interval: 30s
|
||||
timeout: 10s
|
||||
retries: 3
|
||||
networks:
|
||||
- phanpy-network
|
||||
restart: unless-stopped
|
||||
|
||||
networks:
|
||||
phanpy-network:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue