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
releases: https://github.com/mauriceboe/TREK/releases
documentation: https://github.com/mauriceboe/TREK
networks:
proxy-net:
external: true
services:
app:
image: mauriceboe/trek:2.9.13
@ -9,6 +13,8 @@ services:
read_only: true
security_opt:
- no-new-privileges:true
networks:
- proxy-net
cap_drop:
- ALL
cap_add: