diff --git a/docker_portainer_stacks/stash.yml b/docker_portainer_stacks/stash.yml new file mode 100644 index 0000000..cfc03bf --- /dev/null +++ b/docker_portainer_stacks/stash.yml @@ -0,0 +1,18 @@ +version: "3.8" +services: + stash: + container_name: stash + image: cr.hotio.dev/hotio/stash + restart: unless-stopped + network_mode: bridge + ports: + - "9999:9999" + environment: + - PUID=1000 + - PGID=1000 + - UMASK=002 + - TZ=Europe/Amsterdam + volumes: + - /home/sthope/docker/stash:/config + labels: + - com.centurylinklabs.watchtower.enable=true \ No newline at end of file