added baikal to stack
This commit is contained in:
16
roles/docker/templates/baikal-compose.yml.j2
Normal file
16
roles/docker/templates/baikal-compose.yml.j2
Normal file
@ -0,0 +1,16 @@
|
||||
services:
|
||||
baikal:
|
||||
image: ckulka/baikal:nginx
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- config:/var/www/baikal/config
|
||||
- data:/var/www/baikal/Specific
|
||||
|
||||
volumes:
|
||||
config:
|
||||
data:
|
||||
|
||||
networks:
|
||||
default:
|
||||
external: true
|
||||
name: lava
|
Reference in New Issue
Block a user