diff --git a/blueprints/tandoor-recipes/docker-compose.yml b/blueprints/tandoor-recipes/docker-compose.yml index 4bfd1d3b..d945fd92 100644 --- a/blueprints/tandoor-recipes/docker-compose.yml +++ b/blueprints/tandoor-recipes/docker-compose.yml @@ -16,6 +16,7 @@ services: - tandoor-db environment: SECRET_KEY: ${SECRET_KEY} + TANDOOR_PORT: "8080" DB_ENGINE: django.db.backends.postgresql POSTGRES_HOST: tandoor-db POSTGRES_PORT: 5432 @@ -28,7 +29,7 @@ services: - tandoor_staticfiles:/opt/recipes/staticfiles - tandoor_mediafiles:/opt/recipes/mediafiles ports: - - "80" + - "8080" volumes: tandoor_db_data: diff --git a/blueprints/tandoor-recipes/template.toml b/blueprints/tandoor-recipes/template.toml index 1484b958..55d3e011 100644 --- a/blueprints/tandoor-recipes/template.toml +++ b/blueprints/tandoor-recipes/template.toml @@ -8,7 +8,7 @@ mounts = [] [[config.domains]] serviceName = "tandoor-recipes" -port = 80 +port = 8080 host = "${main_domain}" [config.env]