1
0

Compare commits

...

2 Commits

Author SHA1 Message Date
ec79413676 Merge remote-tracking branch 'origin/master'
cause I said
2024-05-31 20:11:35 -05:00
cd0d9ba6e3 some containers :) 2024-05-31 20:10:13 -05:00

33
docker-compose.yaml Normal file
View File

@ -0,0 +1,33 @@
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