1
0

Compare commits

..

No commits in common. "ec79413676f31007e5488ba844b136ee8076e1e5" and "d54a898e07acb210b4c76d3a73cc7324dfcf7c53" have entirely different histories.

View File

@ -1,33 +0,0 @@
services:
5etools:
container_name: 5e-tools
image: ghcr.io/5etools-mirror-2/5etools
restart: unless-stopped
networks:
- 5etools
foundry:
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
secrets:
config_json:
file: secrets.json
networks:
5etools:
name: nginx
external: true
foundry:
name: nginx
external: true