Files
templates/blueprints/gotify/docker-compose.yml
Mauricio Siu c6c07246b6 Merge remote-tracking branch 'origin/canary' into feature/add-dokploy-templates
# Conflicts:
#	blueprints/gotify/docker-compose.yml
#	blueprints/gotify/gotify.svg
#	blueprints/gotify/template.toml
#	blueprints/jellyseerr/docker-compose.yml
#	blueprints/jellyseerr/jellyseerr.svg
#	blueprints/jellyseerr/template.toml
#	blueprints/privatebin/docker-compose.yml
#	blueprints/privatebin/privatebin.svg
#	blueprints/privatebin/template.toml
#	blueprints/speedtest-tracker/docker-compose.yml
#	blueprints/speedtest-tracker/speedtest-tracker.svg
#	blueprints/speedtest-tracker/template.toml
#	meta.json
2026-07-08 00:05:19 -06:00

30 lines
479 B
YAML

<<<<<<< HEAD
version: "3.8"
services:
gotify:
image: gotify/server:latest
restart: unless-stopped
expose:
- "80"
environment:
- GOTIFY_DEFAULTUSER_PASS=${GOTIFY_DEFAULTUSER_PASS}
volumes:
- gotify-data:/app/data
volumes:
gotify-data:
=======
services:
gotify:
image: gotify/server:2.9.1
restart: unless-stopped
volumes:
- gotify_data:/app/data
ports:
- "80"
volumes:
gotify_data:
>>>>>>> origin/canary