This commit is contained in:
Mathieu Sanchez 2019-04-03 17:09:15 +09:00
parent c44d997b7d
commit 0bc7009fa0
7 changed files with 8 additions and 8 deletions

View File

@ -97,4 +97,4 @@ server {
proxy_pass http://127.0.0.1:8001; proxy_pass http://127.0.0.1:8001;
} }
} }

View File

@ -15,4 +15,4 @@ server {
location / { location / {
proxy_pass http://127.0.0.1:8003; proxy_pass http://127.0.0.1:8003;
} }
} }

View File

@ -76,4 +76,4 @@ types {
video/x-ms-asf asx asf; video/x-ms-asf asx asf;
video/x-ms-wmv wmv; video/x-ms-wmv wmv;
video/x-msvideo avi; video/x-msvideo avi;
} }

View File

@ -1,5 +1,5 @@
docker run --detach \ docker run --detach \
--name gitlab \ --name gitlab \
--publish 8001:80 \ --publish 8001:80 \
--publish 44301:443 \ --publish 44301:443 \
--publish 2201:22 \ --publish 2201:22 \
@ -9,4 +9,4 @@ docker run --detach \
--volume /srv/gitlab/logs:/var/log/gitlab \ --volume /srv/gitlab/logs:/var/log/gitlab \
--volume /srv/gitlab/data:/var/opt/gitlab \ --volume /srv/gitlab/data:/var/opt/gitlab \
--restart unless-stopped \ --restart unless-stopped \
gitlab/gitlab-ce:latest gitlab/gitlab-ce:latest

View File

@ -12,4 +12,4 @@ docker run --detach \
--volume /home/c2a/conf/nginx/mime.types:/etc/nginx/mime.types \ --volume /home/c2a/conf/nginx/mime.types:/etc/nginx/mime.types \
--volume /home/c2a/conf/nginx/applications:/etc/nginx/conf.d \ --volume /home/c2a/conf/nginx/applications:/etc/nginx/conf.d \
--restart unless-stopped \ --restart unless-stopped \
nginx:latest nginx:latest

View File

@ -4,4 +4,4 @@ docker run --detach \
-e MONGO_INITDB_ROOT_USERNAME=c2a \ -e MONGO_INITDB_ROOT_USERNAME=c2a \
-e MONGO_INITDB_ROOT_PASSWORD=admin \ -e MONGO_INITDB_ROOT_PASSWORD=admin \
--restart unless-stopped \ --restart unless-stopped \
mongo mongo

View File

@ -5,4 +5,4 @@ docker run --detach \
--volume /var/run/docker.sock:/var/run/docker.sock \ --volume /var/run/docker.sock:/var/run/docker.sock \
--volume portainer_data:/data \ --volume portainer_data:/data \
--restart unless-stopped \ --restart unless-stopped \
portainer/portainer:latest portainer/portainer:latest