Upload files to "Foundry VTT"
This commit is contained in:
parent
79e08053e0
commit
b7529d651b
25
Foundry VTT/docker-compose.yml
Normal file
25
Foundry VTT/docker-compose.yml
Normal file
@ -0,0 +1,25 @@
|
||||
---
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
foundry:
|
||||
image: felddy/foundryvtt:latest
|
||||
hostname: my_foundry_host
|
||||
restart: no
|
||||
volumes:
|
||||
- type: bind
|
||||
source: ./data
|
||||
target: /data
|
||||
environment:
|
||||
- FOUNDRY_PASSWORD=Fanaticbread&076
|
||||
- FOUNDRY_USERNAME=jadowyne
|
||||
- FOUNDRY_ADMIN_KEY=Tornadocherry&090
|
||||
- CONTAINER_PRESERVE_CONFIG=true
|
||||
- FOUNDRY_HOSTNAME=foundry.treehousefullofstars.com
|
||||
- FOUNDRY_MINIFY_STATIC_FILES=true
|
||||
- FOUNDRY_PROXY_SSL=true
|
||||
- FOUNDRY_TELEMETRY=false
|
||||
ports:
|
||||
- target: 30000
|
||||
published: 30000
|
||||
protocol: tcp
|
||||
Loading…
x
Reference in New Issue
Block a user