chore: commit all modified and untracked stacks
This commit is contained in:
18
automation/compose.yaml
Normal file
18
automation/compose.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
services:
|
||||
gotify:
|
||||
image: gotify/server:latest
|
||||
container_name: gotify
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- pangolin
|
||||
volumes:
|
||||
- /mnt/docker-ssd/docker/appdata/gotify/data:/app/data
|
||||
environment:
|
||||
- GOTIFY_DEFAULTUSER_NAME=admin
|
||||
- GOTIFY_DEFAULTUSER_PASS=${GOTIFY_PASSWORD}
|
||||
- GOTIFY_DEFAULTUSER_ISADMIN=true
|
||||
ports:
|
||||
- 8443:80
|
||||
networks:
|
||||
pangolin:
|
||||
external: true
|
||||
Reference in New Issue
Block a user