add hetzner server infrastructure files

This commit is contained in:
2026-04-26 20:37:10 +03:00
parent fe29fc1878
commit 2ddbf409b5
9 changed files with 279 additions and 5 deletions
+24
View File
@@ -0,0 +1,24 @@
services:
portainer:
image: portainer/portainer-ce:latest
container_name: portainer
restart: always
security_opt:
- no-new-privileges:true
volumes:
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
- portainer_data:/data
networks:
- jambotron-net
labels:
# Меняем на отдельный поддомен
caddy: manage.jambotron.com
caddy.reverse_proxy: "{{upstreams 9000}}"
networks:
jambotron-net:
external: true
volumes:
portainer_data: