Fix erroneous... base 60 interpretation? What?
This commit is contained in:
parent
1ee614381b
commit
ad41be3f53
@ -8,10 +8,14 @@
|
|||||||
GITLAB_OMNIBUS_CONFIG: |
|
GITLAB_OMNIBUS_CONFIG: |
|
||||||
external_url 'https://gitlab.desu.ltd'
|
external_url 'https://gitlab.desu.ltd'
|
||||||
gitlab_rails['gitlab_shell_ssh_port'] = 2224
|
gitlab_rails['gitlab_shell_ssh_port'] = 2224
|
||||||
|
gitlab_rails['db_adapter'] = 'postgresql'
|
||||||
|
gitlab_rails['db_encoding'] = 'unicode'
|
||||||
|
gitlab_rails['db_host'] = '10.0.0.2'
|
||||||
|
gitlab_rails['db_password'] = '{{ secret_gitlab_db_pass }}'
|
||||||
nginx['listen_port'] = 80
|
nginx['listen_port'] = 80
|
||||||
nginx['listen_https'] = false
|
nginx['listen_https'] = false
|
||||||
ports:
|
ports:
|
||||||
- 2224:22
|
- 2224:22/tcp
|
||||||
networks:
|
networks:
|
||||||
- name: web
|
- name: web
|
||||||
aliases: [ "gitlab" ]
|
aliases: [ "gitlab" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user