diff --git a/src/go/docker-compose.yml b/src/go/docker-compose.yml index 528eb543..76df6a5b 100644 --- a/src/go/docker-compose.yml +++ b/src/go/docker-compose.yml @@ -145,24 +145,28 @@ services: # - configsvr3 postgres9: image: ${MYSQL_IMAGE:-postgres:9.6} + container_name: go_postgres9_1 ports: - ${POSTGRE_HOST:-127.0.0.1}:${POSTGRE_96_PORT:-6432}:5432 environment: - POSTGRES_PASSWORD=root postgres10: image: ${POSTGRE_IMAGE:-postgres:10.7} + container_name: go_postgres10_1 ports: - ${POSTGRE_HOST:-127.0.0.1}:${POSTGRE_10_PORT:-6433}:5432 environment: - POSTGRES_PASSWORD=root postgres11: image: ${POSTGRE_IMAGE:-postgres:11} + container_name: go_postgres11_1 ports: - ${POSTGRE_HOST:-127.0.0.1}:${POSTGRE_11_PORT:-6434}:5432 environment: - POSTGRES_PASSWORD=root postgres12: image: ${POSTGRE_IMAGE:-postgres:12} + container_name: go_postgres12_1 ports: - ${POSTGRE_HOST:-127.0.0.1}:${POSTGRE_12_PORT:-6435}:5432 environment: