Skip to content

Commit

Permalink
add missing back_path const
Browse files Browse the repository at this point in the history
  • Loading branch information
gantoine committed Jan 16, 2025
1 parent 9681d87 commit 4225d51
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions trains/community/romm/1.0.0/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ consts:
db_user: postgres
db_name: postgres
internal_web_port: 8080
base_path: /romm
1 change: 0 additions & 1 deletion trains/community/romm/1.0.0/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
{% do c1.environment.add_env("REDIS_PORT", 6379) %}
{% do c1.environment.add_env("REDIS_PASSWORD", values.romm.redis_password) %}
{% do c1.environment.add_env("ROMM_AUTH_SECRET_KEY", values.romm.auth_secret_key) %}

{% do c1.environment.add_env("ROMM_BASE_PATH", values.consts.base_path) %}

{% do c1.environment.add_user_envs(values.romm.additional_envs) %}
Expand Down

0 comments on commit 4225d51

Please sign in to comment.