Move desultd to its own container
This commit is contained in:
parent
6fa8c8ff6d
commit
a3c052d13b
@ -33,7 +33,10 @@ apache_vhosts:
|
||||
apache_vhosts_ssl:
|
||||
# desu.ltd
|
||||
- servername: desu.ltd
|
||||
documentroot: /var/www/desu.ltd
|
||||
extra_parameters: |
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://127.0.0.1:8002/ nocanon retry=1
|
||||
certificate_file: /etc/letsencrypt/live/desu.ltd/fullchain.pem
|
||||
certificate_key_file: /etc/letsencrypt/live/desu.ltd/privkey.pem
|
||||
certificate_chain_file: /etc/letsencrypt/live/desu.ltd/chain.pem
|
||||
@ -64,7 +67,6 @@ apache_vhosts_ssl:
|
||||
ProxyPreserveHost On
|
||||
ProxyRequests Off
|
||||
ProxyPass / http://127.0.0.1:8001/ nocanon retry=1
|
||||
documentroot: /var/www/www.9iron.club
|
||||
certificate_file: /etc/letsencrypt/live/desu.ltd/fullchain.pem
|
||||
certificate_key_file: /etc/letsencrypt/live/desu.ltd/privkey.pem
|
||||
certificate_chain_file: /etc/letsencrypt/live/desu.ltd/chain.pem
|
||||
|
@ -26,6 +26,18 @@
|
||||
volumes:
|
||||
- /data/9iron/files:/var/www/html/files
|
||||
tags: [ docker, 9iron ]
|
||||
- name: docker deploy desultd
|
||||
docker_container:
|
||||
name: desultd
|
||||
state: started
|
||||
image: rehashedsalt/desultd:latest
|
||||
restart_policy: unless-stopped
|
||||
pull: yes
|
||||
ports:
|
||||
- 8002:80
|
||||
volumes:
|
||||
- /data/9iron/files:/var/www/html/files
|
||||
tags: [ docker, 9iron ]
|
||||
- name: docker deploy gulagbot
|
||||
docker_container:
|
||||
name: gulagbot
|
||||
@ -70,8 +82,6 @@
|
||||
- role: git
|
||||
vars:
|
||||
git_repos:
|
||||
- repo: https://git.desu.ltd/salt/desultd
|
||||
dest: /var/www/desu.ltd
|
||||
- repo: https://git.9iron.club/KidiroInfiniti/OTW_Site
|
||||
dest: /var/www/www.otwstudios.org
|
||||
- repo: https://git.desu.ltd/salt/gitea-custom
|
||||
|
Loading…
Reference in New Issue
Block a user