Add compose file

This commit is contained in:
Kienan Stewart 2022-09-18 20:36:28 -04:00
parent a89cb73ab3
commit 926e53d7e3
1 changed files with 13 additions and 0 deletions

13
container-compose.yml Normal file
View File

@ -0,0 +1,13 @@
---
version: '3'
volumes:
data: {}
services:
app:
image: localhost/foundry
ports:
- '30000:30000'
volumes:
- 'data:/var/lib/foundry/data'