Fix typo
This commit is contained in:
parent
d573b93f10
commit
995262ebb2
@ -11,10 +11,10 @@ services:
|
||||
- osp-db
|
||||
- osp-redis
|
||||
container_name: osp-app
|
||||
entrypoint: ["/opt/osp/setup/docker/wait-for-it.sh", "osp-db:3306", "-t", "60", "--", "/opt/osp/setup/docker/entrypoint.sh"]
|
||||
entrypoint: ["/opt/osp/setup/docker/wait-for-it.sh", "osp-db:3306", "--strict", "-t", "60", "--", "/opt/osp/setup/docker/entrypoint.sh"]
|
||||
env_file: live.env
|
||||
environment:
|
||||
- DB_URL=mysql+pymysql://${MYSQL_USER}:${MYSQL_PASSWORD}@${MYSQL_HOST}/${MYSQL_DATABASE}
|
||||
- DB_URL=mysql+pymysql://${MYSQL_USER}:${MYSQL_PASSWORD}@${MYSQL_HOST}:3306/${MYSQL_DATABASE}
|
||||
image: deamos/openstreamingplatform:latest
|
||||
labels:
|
||||
# Watchtower
|
||||
@ -47,7 +47,7 @@ services:
|
||||
volumes:
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
- ${OSP_ROOT}/db:/var/lib/mysq
|
||||
- ${OSP_ROOT}/db:/var/lib/mysql
|
||||
|
||||
osp-redis:
|
||||
image: redis:6-alpine
|
||||
|
Loading…
Reference in New Issue
Block a user