diff --git a/compose-files/jbmasto.yml b/compose-files/jbmasto.yml new file mode 100644 index 0000000..4940a29 --- /dev/null +++ b/compose-files/jbmasto.yml @@ -0,0 +1,6 @@ +version: 3.8 +services: + tooter: + container_name: jbmasto + build: /home/oct2pus/server-config/docker-files/jbmasto + volume: diff --git a/compose-files/megacmd.yml b/compose-files/megacmd.yml new file mode 100644 index 0000000..b1d080d --- /dev/null +++ b/compose-files/megacmd.yml @@ -0,0 +1,3 @@ +services: + mega: + image: diff --git a/compose-files/sharry.yml b/compose-files/sharry.yml new file mode 100644 index 0000000..21a3f5b --- /dev/null +++ b/compose-files/sharry.yml @@ -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/