Skip to content
This repository was archived by the owner on Jan 30, 2024. It is now read-only.

Commit

Permalink
Setup containers restarts (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 authored Feb 7, 2023
1 parent d2f19e9 commit 527bb2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
videoroom:
image: membraneframework/membrane_videoroom:${TAG:-latest}
network_mode: "host"
restart: on-failure
environment:
VIRTUAL_HOST: "${VIRTUAL_HOST:-localhost}"
USE_INTEGRATED_TURN: "true"
Expand All @@ -22,13 +23,15 @@ services:
timescale:
image: timescale/timescaledb:2.5.1-pg14
network_mode: "host"
restart: on-failure
environment:
POSTGRES_DB: "membrane"
POSTGRES_USER: "${DB_USERNAME}"
POSTGRES_PASSWORD: "${DB_PASSWORD}"
grafana:
image: grafana/grafana:9.1.5
network_mode: "host"
restart: on-failure
volumes:
- type: volume
source: grafana-provisioning
Expand Down

0 comments on commit 527bb2d

Please sign in to comment.