Compare commits

...

2 Commits

Author SHA1 Message Date
4b95a49bc7 alias 2025-03-18 11:29:42 +01:00
899203346a alias 2025-03-18 11:00:12 +01:00
2 changed files with 3 additions and 1 deletions

2
dockermon/.env Normal file
View File

@ -0,0 +1,2 @@
APPNAME=dockermon
DOCKER_REGISTRY=r.sectorq.eu/library/

View File

@ -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