Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/manual/server/self-hosting/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ a template.
depends_on:
postgres:
condition: service_healthy
restart: unless-stopped

postgres:
image: docker.io/library/postgres:14
Expand All @@ -51,6 +52,7 @@ a template.
interval: 2s
timeout: 5s
retries: 10
restart: unless-stopped

caddy:
image: caddy:2
Expand All @@ -62,6 +64,7 @@ a template.
volumes:
- caddy_data:/data
- caddy_config:/config
restart: unless-stopped

volumes:
asciinema_data:
Expand Down Expand Up @@ -90,6 +93,7 @@ a template.
depends_on:
postgres:
condition: service_healthy
restart: unless-stopped

postgres:
image: docker.io/library/postgres:14
Expand All @@ -102,6 +106,7 @@ a template.
interval: 2s
timeout: 5s
retries: 10
restart: unless-stopped

volumes:
asciinema_data:
Expand Down