- Add internet output routing option on run time execution,

- Fix application args passing.
This commit is contained in:
2024-08-23 17:42:22 +02:00
parent 27f2328180
commit 6017327425
6 changed files with 68 additions and 14 deletions

View File

@@ -30,11 +30,26 @@ services:
source: /run/user/${USER_ID}/pulse
target: /run/user/${USER_ID}/pulse
- type: bind
source: ${APPL_HOME_DIR}
target: ${APPL_HOME_DIR}
source: ${APPL_DIR}
target: ${APPL_DIR}
networks:
# - internet
# - no-internet
- ${APPL_NETWORK}
network_mode: bridge
volumes:
home_dir:
external: true
networks:
internet:
driver: bridge
internal: false # Allow internet access
no-internet:
driver: bridge
internal: true # Block internet access