docker-compose.yaml consitent with README.md
This commit is contained in:
parent
2996ec35c3
commit
d81baaed1e
|
@ -32,7 +32,7 @@ services:
|
||||||
context: ./source/api
|
context: ./source/api
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/api-data:/data
|
- ./data/api-data:/data
|
||||||
- ./config/api-config.json:/opt/obs/api/config.json
|
- ./config/api.json:/opt/obs/api/config.json
|
||||||
environment:
|
environment:
|
||||||
- MONGODB_URL=mongo://mongo/obs
|
- MONGODB_URL=mongo://mongo/obs
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
|
@ -56,7 +56,7 @@ services:
|
||||||
context: ./source/api
|
context: ./source/api
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/api-data:/data
|
- ./data/api-data:/data
|
||||||
- ./config/api-config.json:/opt/obs/api/config.json
|
- ./config/api.json:/opt/obs/api/config.json
|
||||||
links:
|
links:
|
||||||
- mongo
|
- mongo
|
||||||
- redis
|
- redis
|
||||||
|
|
Loading…
Reference in a new issue