Compare commits

..

No commits in common. "849a45a24d8b948010a1e6d9dbad2e74d3b52a2d" and "67ec78b44e1775094bf48fc9fb335ef18712c15b" have entirely different histories.

View File

@ -11,7 +11,6 @@ services:
- osp-db
- osp-redis
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
image: deamos/openstreamingplatform:latest
labels:
@ -29,12 +28,10 @@ services:
restart: unless-stopped
volumes:
- ${OSP_ROOT}/data:/var/www
- ${OSP_ROOT}/data/nginx/conf:/usr/local/nginx/conf
osp-db:
image: mariadb:10
container_name: osp-db
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: unless-stopped
env_file: live.env
labels: