Compare commits
3 Commits
d54a898e07
...
master
Author | SHA1 | Date | |
---|---|---|---|
a4497b8842 | |||
ec79413676 | |||
cd0d9ba6e3 |
34
docker-compose.yaml
Normal file
34
docker-compose.yaml
Normal file
@ -0,0 +1,34 @@
|
||||
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:
|
||||
- source: config_json
|
||||
target: config.json
|
||||
networks:
|
||||
- foundry
|
||||
|
||||
secrets:
|
||||
config_json:
|
||||
file: ./secrets.json
|
||||
|
||||
networks:
|
||||
5etools:
|
||||
name: nginx
|
||||
external: true
|
||||
foundry:
|
||||
name: nginx
|
||||
external: true
|
Reference in New Issue
Block a user