Open zerr0s opened 6 years ago
if i run docker run commands directly to create database, redis and gitlab docks, it seems to work. an issue with my docker-compose version ??
# docker-compose --version
docker-compose version 1.8.0, build unknown
EDIT: Same issue with the last version: docker-compose version 1.19.0, build 9e633ef
Why do you set up host name for postgres?
No, in the doc:
If a postgresql container is linked, only the DB_ADAPTER, DB_HOST and DB_PORT settings are automatically retrieved using the linkage. You may still need to set other database connection parameters such as the DB_NAME, DB_USER, DB_PASS and so on.
I've just added DB_HOST, DB_ADAPTER and REDIS_HOST and gitlab starts. Something is weird...
This issue has been automatically marked as stale because it has not had any activity for the last 60 days. It will be closed if no further activity occurs during the next 7 days. Thank you for your contributions.
Hello,
I'm trying to spawn your gitlab dock. When I execute docker-compose, postgesql and redis are running well, but gitlab throw me this error:
My docker-compose.yml:
What am I doing wrong ?