mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
21 lines
426 B
YAML
21 lines
426 B
YAML
postgresql:
|
|
image: orchardup/postgresql:latest
|
|
environment:
|
|
- POSTGRESQL_USER=gitlab
|
|
- POSTGRESQL_PASS=airoaroonipouvua
|
|
- POSTGRESQL_DB=gitlabhq_production
|
|
gitlab:
|
|
image: sameersbn/gitlab:latest
|
|
links:
|
|
- redis:redisio
|
|
- postgresql:postgresql
|
|
ports:
|
|
- "80"
|
|
- "22"
|
|
environment:
|
|
- DB_USER=gitlab
|
|
- DB_PASS=airoaroonipouvua
|
|
- DB_NAME=gitlabhq_production
|
|
redis:
|
|
image: redis:2.8.9
|