mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-10 16:35:27 +02:00
# 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
30 lines
479 B
YAML
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
|