mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Merge branch 'harbur-fig_support'
This commit is contained in:
commit
96283f1983
20
fig.yml
Normal file
20
fig.yml
Normal file
@ -0,0 +1,20 @@
|
||||
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
|
||||
Loading…
x
Reference in New Issue
Block a user