mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 01:52:22 +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/apigen/html
|
||||||
/docs/jsdoc/html
|
/docs/jsdoc/html
|
||||||
/docs/plato/html
|
/docs/plato/html
|
||||||
/docker/mysql/*
|
/docker/mysql/
|
||||||
!/docker/mysql/.gitkeep
|
/docker/baikal/
|
||||||
/node_modules/
|
/node_modules/
|
||||||
/npm-debug.log
|
/npm-debug.log
|
||||||
/assets/js/**/*.min.js
|
/assets/js/**/*.min.js
|
||||||
|
|
|
@ -53,3 +53,11 @@ services:
|
||||||
- ./openapi.yml:/usr/share/nginx/html/openapi.yml
|
- ./openapi.yml:/usr/share/nginx/html/openapi.yml
|
||||||
environment:
|
environment:
|
||||||
API_URL: openapi.yml
|
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