mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-02 00:08:33 +02:00
Compare commits
2 Commits
3bb6e75d41
...
4b95a49bc7
Author | SHA1 | Date | |
---|---|---|---|
4b95a49bc7 | |||
899203346a |
2
dockermon/.env
Normal file
2
dockermon/.env
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
APPNAME=dockermon
|
||||||
|
DOCKER_REGISTRY=r.sectorq.eu/library/
|
@ -2,7 +2,7 @@ version: '3.6'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: 'gitlab/gitlab-ce:latest'
|
image: '${DOCKER_REGISTRY:-}gitlab/gitlab-ce:latest'
|
||||||
container_name: gitlab
|
container_name: gitlab
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: bridge
|
network_mode: bridge
|
||||||
|
Reference in New Issue
Block a user