WIP: Switch to NixOS #5
2 changed files with 7 additions and 1 deletions
|
@ -21,9 +21,10 @@ environment = [
|
||||||
ports = ["8080:8080", "3002:3002"]
|
ports = ["8080:8080", "3002:3002"]
|
||||||
networks = ["default", "postgres", "proxy"]
|
networks = ["default", "postgres", "proxy"]
|
||||||
depends_on = ["redis"]
|
depends_on = ["redis"]
|
||||||
|
volumes = ["./production.toml:/app/env/production.toml"]
|
||||||
|
|
||||||
[services.redis]
|
[services.redis]
|
||||||
container_name = "opentogethertube_redis"
|
container_name = "redis-opentogethertube"
|
||||||
image = "redis:alpine"
|
image = "redis:alpine"
|
||||||
restart = "unless-stopped"
|
restart = "unless-stopped"
|
||||||
|
|
||||||
|
|
5
docker/opentogethertube/production.toml
Normal file
5
docker/opentogethertube/production.toml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
log = { level = "info" }
|
||||||
|
|
||||||
|
[room]
|
||||||
|
enable_create_temporary = false
|
||||||
|
enable_create_permanent = false
|
Loading…
Add table
Add a link
Reference in a new issue