mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-24 17:03:27 +03:00
Add baikal to docker-compose.yml
This commit is contained in:
parent
6e42f2e625
commit
3d53239ba0
2 changed files with 10 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue