mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-17 11:55:30 +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
34 lines
564 B
YAML
34 lines
564 B
YAML
<<<<<<< HEAD
|
|
version: "3.8"
|
|
|
|
services:
|
|
privatebin:
|
|
image: privatebin/nginx-fpm-alpine:latest
|
|
restart: unless-stopped
|
|
read_only: true
|
|
expose:
|
|
- "8080"
|
|
volumes:
|
|
- privatebin-data:/srv/data
|
|
tmpfs:
|
|
- /tmp
|
|
- /var/tmp
|
|
- /var/run
|
|
- /var/lib/nginx/tmp
|
|
|
|
volumes:
|
|
privatebin-data:
|
|
=======
|
|
services:
|
|
privatebin:
|
|
image: privatebin/nginx-fpm-alpine:2.0.4
|
|
restart: unless-stopped
|
|
volumes:
|
|
- privatebin_data:/srv/data
|
|
ports:
|
|
- "8080"
|
|
|
|
volumes:
|
|
privatebin_data:
|
|
>>>>>>> origin/canary
|