-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitlab.yaml
More file actions
30 lines (30 loc) · 737 Bytes
/
gitlab.yaml
File metadata and controls
30 lines (30 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#---
#version: "3.6"
#services:
# gitlab:
# image: gitlab/gitlab-ce:latest
# ports:
# - "2222:22"
# volumes:
# - gitlab_data:/var/opt/gitlab
# - gitlab_logs:/var/log/gitlab
# - gitlab_config:/etc/gitlab
# environment:
# - VIRTUAL_HOST=gitlab.gnaswelt.de
# - LETSENCRYPT_HOST=gnaswelt.de,ttrss.gnaswelt.de,gitlab.gnaswelt.de
# - LETSENCRYPT_EMAIL=${ENV_LETSENCRYPT_EMAIL}
# - GITLAB_OMNIBUS_CONFIG |
# external_url 'http://gitlab.gnaswelt.de/'
# gitlab_rails['gitlab_shell_ssh_port'] = 2222
# networks:
# - default
# - nginx-proxy_default
#
#volumes:
# gitlab_data:
# gitlab_logs:
# gitlab_config:
#
#networks:
# nginx-proxy_default:
# external: true