update compose files
This commit is contained in:
parent
8034b417ec
commit
4ba624b084
|
@ -0,0 +1,6 @@
|
||||||
|
version: 3.8
|
||||||
|
services:
|
||||||
|
tooter:
|
||||||
|
container_name: jbmasto
|
||||||
|
build: /home/oct2pus/server-config/docker-files/jbmasto
|
||||||
|
volume:
|
|
@ -0,0 +1,3 @@
|
||||||
|
services:
|
||||||
|
mega:
|
||||||
|
image:
|
|
@ -0,0 +1,14 @@
|
||||||
|
version: '3.7'
|
||||||
|
volumes:
|
||||||
|
sharry-data:
|
||||||
|
driver: local
|
||||||
|
|
||||||
|
services:
|
||||||
|
restserver:
|
||||||
|
image: eikek0/sharry:latest
|
||||||
|
container_name: sharry
|
||||||
|
command: /data/sharry.conf
|
||||||
|
ports:
|
||||||
|
- "9090:9090"
|
||||||
|
volumes:
|
||||||
|
- sharry-data:/data/
|
Loading…
Reference in New Issue