Compare commits
2 Commits
67ec78b44e
...
849a45a24d
Author | SHA1 | Date | |
---|---|---|---|
|
849a45a24d | ||
|
61307150e5 |
@ -11,6 +11,7 @@ services:
|
|||||||
- osp-db
|
- osp-db
|
||||||
- osp-redis
|
- osp-redis
|
||||||
container_name: osp-app
|
container_name: osp-app
|
||||||
|
entrypoint: ["/opt/osp/setup/docker/wait-for-it.sh", "db:3306", "-t", "60", "--", "/opt/osp/setup/docker/entrypoint.sh"]
|
||||||
env_file: live.env
|
env_file: live.env
|
||||||
image: deamos/openstreamingplatform:latest
|
image: deamos/openstreamingplatform:latest
|
||||||
labels:
|
labels:
|
||||||
@ -28,10 +29,12 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ${OSP_ROOT}/data:/var/www
|
- ${OSP_ROOT}/data:/var/www
|
||||||
|
- ${OSP_ROOT}/data/nginx/conf:/usr/local/nginx/conf
|
||||||
|
|
||||||
osp-db:
|
osp-db:
|
||||||
image: mariadb:10
|
image: mariadb:10
|
||||||
container_name: osp-db
|
container_name: osp-db
|
||||||
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
env_file: live.env
|
env_file: live.env
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user