Add baikal to docker-compose.yml

This commit is contained in:
Alex Tselegidis 2024-01-06 13:02:25 +01:00
parent 6e42f2e625
commit 3d53239ba0
2 changed files with 10 additions and 2 deletions

4
.gitignore vendored
View File

@ -5,8 +5,8 @@
/docs/apigen/html
/docs/jsdoc/html
/docs/plato/html
/docker/mysql/*
!/docker/mysql/.gitkeep
/docker/mysql/
/docker/baikal/
/node_modules/
/npm-debug.log
/assets/js/**/*.min.js

View File

@ -53,3 +53,11 @@ services:
- ./openapi.yml:/usr/share/nginx/html/openapi.yml
environment:
API_URL: openapi.yml
baikal:
image: ckulka/baikal:0.9.4-apache
ports:
- "9000:80"
volumes:
- ./docker/baikal:/var/www/baikal