fix(trek): add external proxy network configuration in Docker Compose

This commit is contained in:
nathan 2026-04-12 20:32:31 -04:00
parent 4eb9ad3272
commit 14f7afb8f2

View File

@ -2,6 +2,10 @@ x-info:
repo: https://github.com/mauriceboe/TREK repo: https://github.com/mauriceboe/TREK
releases: https://github.com/mauriceboe/TREK/releases releases: https://github.com/mauriceboe/TREK/releases
documentation: https://github.com/mauriceboe/TREK documentation: https://github.com/mauriceboe/TREK
networks:
proxy-net:
external: true
services: services:
app: app:
image: mauriceboe/trek:2.9.13 image: mauriceboe/trek:2.9.13
@ -9,6 +13,8 @@ services:
read_only: true read_only: true
security_opt: security_opt:
- no-new-privileges:true - no-new-privileges:true
networks:
- proxy-net
cap_drop: cap_drop:
- ALL - ALL
cap_add: cap_add: