formatting 😡
This commit is contained in:
parent
ec79413676
commit
a4497b8842
@ -7,27 +7,28 @@ services:
|
||||
- 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user