From 4ba624b084a7aadef4d4d3cc56b41fa571d76cdc Mon Sep 17 00:00:00 2001 From: Octopus Octopus Date: Mon, 25 Dec 2023 14:09:54 -0600 Subject: [PATCH] update compose files --- compose-files/jbmasto.yml | 6 ++++++ compose-files/megacmd.yml | 3 +++ compose-files/sharry.yml | 14 ++++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 compose-files/jbmasto.yml create mode 100644 compose-files/megacmd.yml create mode 100644 compose-files/sharry.yml 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/