feat: baikal!!
This commit is contained in:
parent
60ff25d674
commit
2f17ba466f
2 changed files with 21 additions and 0 deletions
|
@ -0,0 +1,11 @@
|
||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
server_name baikal.ixvd.net;
|
||||||
|
|
||||||
|
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
|
||||||
|
|
||||||
|
# default html page
|
||||||
|
location / {
|
||||||
|
proxy_pass http://baikal;
|
||||||
|
}
|
||||||
|
}
|
10
servers/apoc/docker-compose.d/docker-compose.baikal.yml
Normal file
10
servers/apoc/docker-compose.d/docker-compose.baikal.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
version: '2.2'
|
||||||
|
|
||||||
|
services:
|
||||||
|
baikal:
|
||||||
|
image: ckulka/baikal
|
||||||
|
volumes:
|
||||||
|
- /srv/baikal/data:/var/www/baikal/Specific
|
||||||
|
- /srv/baikal/config:/var/www/baikal/config
|
||||||
|
networks:
|
||||||
|
- proxy
|
Loading…
Reference in a new issue