fix template issue
This commit is contained in:
parent
87b5ca4f67
commit
1b1296958d
@ -24,7 +24,7 @@ services:
|
||||
{% endif %}
|
||||
{% if droneci_postgres_enabled %}
|
||||
- DRONE_DATABASE_DRIVER=postgres
|
||||
- DRONE_DATABASE_DATASOURCE=postgres://{{ droneci_postgres_user.name }}:{{ droneci_postgres_user.password }}@{{ droneci_postgres_server }}/{{ droneci_postgres_db.name }}{% if not droneci_postgres_tls_enabled %}?sslmode={{ droneci_postgres_ssl_mode }}{% endif %}
|
||||
- DRONE_DATABASE_DATASOURCE=postgres://{{ droneci_postgres_user.name }}:{{ droneci_postgres_user.password }}@{{ droneci_postgres_server }}/{{ droneci_postgres_db.name }}?sslmode={{ droneci_postgres_ssl_mode }}
|
||||
{% endif %}
|
||||
{% if droneci_gitea_enabled %}
|
||||
- DRONE_GITEA=true
|
||||
|
Loading…
Reference in New Issue
Block a user