Fixes, theming & deploy files

This commit is contained in:
Thomas
2020-08-01 18:19:39 +02:00
parent 76c6b45e2b
commit 1990ff0f04
23 changed files with 552 additions and 403 deletions

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
version: '3'
services:
cloud32:
image: gltron/c32java
container_name: cloud32
ports:
- 8004:8181
volumes:
- /data/c32_data/:/data
restart: unless-stopped