We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2605a4f commit 76e453aCopy full SHA for 76e453a
1 file changed
docker/docker-compose.hetzner.yml
@@ -56,6 +56,15 @@ services:
56
volumes:
57
- ${DATA_DIR:-/opt/secondlayer/data}/archive:/data/archive
58
59
+ provisioner:
60
+ # Provisioner needs sl-tenants to reach `sl-pg-<slug>` for storage
61
+ # measurement; default to reach secondlayer-postgres-1 for the readonly
62
+ # role bootstrap. Also used to talk to the Docker daemon via the socket
63
+ # passthrough in the base compose file.
64
+ networks:
65
+ default: {}
66
+ sl-tenants:
67
+
68
caddy:
69
image: caddy:2-alpine
70
ports:
0 commit comments