feat: init commit
This commit is contained in:
commit
0289360eb6
16 changed files with 449 additions and 0 deletions
23
templates/docker-compose.cuyper-hook.j2
Normal file
23
templates/docker-compose.cuyper-hook.j2
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
services:
|
||||
loadbalancer:
|
||||
build: cuyper-hook/
|
||||
restart: always
|
||||
ports:
|
||||
- "80:80"
|
||||
- "443:443"
|
||||
volumes:
|
||||
- "{{ cuyper__cuyper_storage_path }}/letsencrypt:/etc/letsencrypt"
|
||||
- "{{ cuyper__cuyper_storage_path }}/nginx:/etc/nginx/conf.d/"
|
||||
networks:
|
||||
loadbalance-network:
|
||||
internal_network:
|
||||
|
||||
networks:
|
||||
loadbalance-network:
|
||||
external: true
|
||||
name: loadbalance-network
|
||||
driver: overlay
|
||||
attachable: true
|
||||
internal_network:
|
||||
external: false
|
||||
internal: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue