Add 'docker_portainer_stacks/stash.yml'
This commit is contained in:
parent
9e41abfe41
commit
e5ddc9f1e3
18
docker_portainer_stacks/stash.yml
Normal file
18
docker_portainer_stacks/stash.yml
Normal file
@ -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
|
Loading…
x
Reference in New Issue
Block a user