OpenTogetherTube: add configuration and fix redis container name

This commit is contained in:
Marko Korhonen 2024-06-18 18:24:56 +03:00
parent 160036a7c3
commit 93bffdf994
Signed by: FunctionalHacker
GPG key ID: A7F78BCB859CD890
2 changed files with 7 additions and 1 deletions

View file

@ -21,9 +21,10 @@ environment = [
ports = ["8080:8080", "3002:3002"]
networks = ["default", "postgres", "proxy"]
depends_on = ["redis"]
volumes = ["./production.toml:/app/env/production.toml"]
[services.redis]
container_name = "opentogethertube_redis"
container_name = "redis-opentogethertube"
image = "redis:alpine"
restart = "unless-stopped"

View file

@ -0,0 +1,5 @@
log = { level = "info" }
[room]
enable_create_temporary = false
enable_create_permanent = false