feat: a lots of stuff and bugfixes mostly

This commit is contained in:
Albatroz Jeremias 2026-09-23 00:12:31 +01:00
parent 0289360eb6
commit a13235a7db
14 changed files with 468 additions and 62 deletions

View file

@ -2,16 +2,29 @@ services:
loadbalancer:
build: cuyper-hook/
restart: always
env_file: .env
ports:
- "80:80"
- "443:443"
volumes:
- "{{ cuyper__cuyper_storage_path }}/letsencrypt:/etc/letsencrypt"
- "{{ cuyper__cuyper_storage_path }}/nginx:/etc/nginx/conf.d/"
- "{{ cuyper__cuyper_config_path }}/nginx:/etc/nginx/conf.d/"
- "{{ cuyper__cuyper_config_path }}:/config"
networks:
loadbalance-network:
internal_network:
portainer:
image: portainer/portainer-ce:2.45.1
restart: always
volumes:
- "{{ cuyper__portainer_storage_path }}:/data"
- "{{ cuyper__portainer_docker_sock }}:/var/run/docker.sock"
networks:
internal_network:
aliases:
- portainer
networks:
loadbalance-network:
external: true