fix(trek): add external proxy network configuration in Docker Compose
This commit is contained in:
parent
4eb9ad3272
commit
14f7afb8f2
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user