Skip to content

Commit c9059f2

Browse files
committed
Local dev enabled gif-service
1 parent 0da42c4 commit c9059f2

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,11 @@ services:
9898
restart: always
9999
depends_on:
100100
- 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"
101106
environment:
102107
HASURA_URL: http://hasura:8080/v1/graphql
103108
# Untrusted execution: cap CPU/mem/processes and drop privileges. Root FS is

0 commit comments

Comments
 (0)