Initial Gotify deployment setup
This commit is contained in:
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
services:
|
||||
gotify:
|
||||
image: ${IMAGE:-docker.io/gotify/server}:${VERSION:?}
|
||||
container_name: ${NAME:-gotify}
|
||||
ports:
|
||||
- ${ENDPOINT:-127.0.0.1:8000}:80
|
||||
volumes:
|
||||
- ${DATA:?}:/app/data:Z
|
||||
Reference in New Issue
Block a user