We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da42c4 commit c9059f2Copy full SHA for c9059f2
1 file changed
docker-compose.yaml
@@ -98,6 +98,11 @@ services:
98
restart: always
99
depends_on:
100
- hasura
101
+ # Local dev: publish on host :5001 so the host Caddy's `/screenshots/*`
102
+ # reverse_proxy (localhost:5001) can reach it. Prod fronts this differently
103
+ # and should not expose the port.
104
+ ports:
105
+ - "5001:5001"
106
environment:
107
HASURA_URL: http://hasura:8080/v1/graphql
108
# Untrusted execution: cap CPU/mem/processes and drop privileges. Root FS is
0 commit comments