gerrit: fix docker-compose template
The services: tag was accidentally put inside the mariadb section with Iec981ef3c2e38889f91e9759e66295dbfb499c2e. This works in the gate because it uses this path, but fails on current production. Move it outside. Change-Id: I8b6009da6271f451f123831a16801a9f0bd5374f
This commit is contained in:
parent
cc4903bd5f
commit
b76c7a109b
@ -1,7 +1,6 @@
|
||||
version: '2'
|
||||
|
||||
{% if gerrit_reviewdb_database_type == 'mariadb_container' %}
|
||||
services:
|
||||
{% if gerrit_reviewdb_database_type == 'mariadb_container' %}
|
||||
mariadb:
|
||||
image: docker.io/library/mariadb:10.4
|
||||
network_mode: host
|
||||
|
Loading…
x
Reference in New Issue
Block a user