fix: bug: dispatcher fails in edge container — lib/env.sh not available (#119)
This commit is contained in:
parent
4f5c8cee51
commit
941cc4ba65
3 changed files with 21 additions and 2 deletions
|
|
@ -278,9 +278,11 @@ services:
|
|||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
environment:
|
||||
- DISINTO_VERSION=${DISINTO_VERSION:-main}
|
||||
- FORGE_URL=http://forgejo:3000
|
||||
volumes:
|
||||
- ./docker/Caddyfile:/etc/caddy/Caddyfile
|
||||
- ./docker/edge/dispatcher.sh:/usr/local/bin/dispatcher.sh:ro
|
||||
- caddy_data:/data
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
depends_on:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue