chore: initial commit
Build and Deploy Docs / build (push) Failing after 1m41s
Bump version / Bump version and create changelog with commitizen (push) Failing after 7s

This commit is contained in:
Ulenar of Mondarth
2025-07-14 18:00:35 +00:00
commit 6803c8336b
59 changed files with 6657 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
VERSION=12
+28
View File
@@ -0,0 +1,28 @@
---
secrets:
config_json:
file: secrets.json
services:
foundry:
image: felddy/foundryvtt:${VERSION}
container_name: campaign-vtt
hostname: localhost
volumes:
- type: bind
source: ./data
target: /data
- type: bind
source: ..
target: /data/Data/modules/mondarth-campaign
environment:
- CONTAINER_PRESERVE_CONFIG=true
- FOUNDRY_UID=1000
- FOUNDRY_GID=1000
ports:
- target: 30000
published: 31000
protocol: tcp
secrets:
- source: config_json
target: config.json