OSP adding 'depends_on' to app container.
This commit is contained in:
parent
7cf31b0990
commit
aa34cb9f42
|
@ -22,6 +22,8 @@ services:
|
|||
- "${STORAGE_DIR}:/var/www"
|
||||
- "${DATABASE_DIR}:/opt/osp/db"
|
||||
- "${NGINX_DIR}:/usr/local/nginx/conf"
|
||||
depends_on:
|
||||
- redis
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: "json-file"
|
||||
|
|
Loading…
Reference in a new issue