fix(deploy): give BEAM entrypoint caps and Caddy access to Bluesky
All checks were successful
Deploy Docker Images / Build, push, and deploy (push) Successful in 1m19s
All checks were successful
Deploy Docker Images / Build, push, and deploy (push) Successful in 1m19s
Restore CHOWN/SETUID/SETGID/etc. after cap_drop ALL so containers boot. Attach bluesky_pds to the proxy network so Caddy can resolve it.
This commit is contained in:
parent
d6626a0566
commit
1a7be85be9
1 changed files with 2 additions and 0 deletions
|
|
@ -416,7 +416,9 @@ services:
|
|||
volumes:
|
||||
- bluesky_pds_data:/pds
|
||||
networks:
|
||||
# App/backend network for admin/API; proxy network so Caddy can resolve bluesky_pds
|
||||
- elektrine_network
|
||||
- caddy_proxy_network
|
||||
restart: unless-stopped
|
||||
cap_drop:
|
||||
- ALL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue