foundryvtt-container/container-compose.yml

17 lines
205 B
YAML
Raw Normal View History

2022-09-19 00:36:28 +00:00
---
version: '3'
volumes:
data: {}
services:
app:
2022-09-19 00:52:18 +00:00
build:
context:
./
2022-09-19 00:36:28 +00:00
image: localhost/foundry
ports:
- '30000:30000'
volumes:
- 'data:/var/lib/foundry/data'