1
0
Fork 0
mirror of https://git.fifo-f.eu/fifo/phanpy-docker.git synced 2025-04-19 11:28:05 +02:00
Signed-off-by: Fifo F <fifo@fifo-f.eu>
This commit is contained in:
Fifo F. 2025-01-25 22:04:55 +01:00
parent 456c4510f5
commit fcaa682975
Signed by: fifo
GPG key ID: A19A205B0C863808
2 changed files with 12 additions and 6 deletions

View file

@ -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: