1
0

formatting 😡

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

View File

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