Compare commits
No commits in common. "849a45a24d8b948010a1e6d9dbad2e74d3b52a2d" and "67ec78b44e1775094bf48fc9fb335ef18712c15b" have entirely different histories.
849a45a24d
...
67ec78b44e
@ -11,7 +11,6 @@ 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:
|
||||||
@ -29,12 +28,10 @@ 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