1
0

formatting 😡

This commit is contained in:
David Daily 2024-05-31 22:08:07 -05:00
parent ec79413676
commit a4497b8842

View File

@ -5,29 +5,30 @@ services:
restart: unless-stopped
networks:
- 5etools
foundry:
container_name: foundryVTT
image: felddy/foundryvtt:release
volumes:
- type: bind
source: /home/david/mad-mage/foundry_data
container_name: foundryVTT
image: felddy/foundryvtt:release
volumes:
- type: bind
source: /home/david/mad-mage/foundry_data
target: /data
environment:
- CONTAINER_PRESERVE_CONFIG = true
secrets:
- config_json:config.json
networks:
- foundry
environment:
- CONTAINER_PRESERVE_CONFIG = true
secrets:
- source: config_json
target: config.json
networks:
- foundry
secrets:
config_json:
file: secrets.json
config_json:
file: ./secrets.json
networks:
5etools:
name: nginx
external: true
foundry:
name: nginx
external: true
name: nginx
external: true