Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Konstantyn Huzil
gitlab
Commits
090f2e1a
Commit
090f2e1a
authored
3 months ago
by
Konstantyn Huzil
Browse files
Options
Download
Email Patches
Plain Diff
gitlabbbb!!
parents
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
39 additions
and
0 deletions
+39
-0
.idea/.gitignore
.idea/.gitignore
+11
-0
docker-compose.yaml
docker-compose.yaml
+28
-0
No files found.
.idea/.gitignore
0 → 100644
View file @
090f2e1a
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml
/*.xml
/*.iml
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docker-compose.yaml
0 → 100644
View file @
090f2e1a
services
:
gitlab
:
image
:
gitlab/gitlab-ce:latest
container_name
:
gitlab
restart
:
always
hostname
:
gitlab.local
environment
:
GITLAB_OMNIBUS_CONFIG
:
|
external_url 'http://gitlab.local'
ports
:
-
"
80:80"
-
"
443:443"
-
"
22:22"
volumes
:
-
gitlab_config:/etc/gitlab
-
gitlab_logs:/var/log/gitlab
-
gitlab_data:/var/opt/gitlab
networks
:
-
gitlab-net
networks
:
gitlab-net
:
driver
:
bridge
volumes
:
gitlab_config
:
gitlab_logs
:
gitlab_data
:
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment