Change nginx install
This commit is contained in:
parent
6f5d470b54
commit
206675a6e2
@ -1,12 +1,12 @@
|
|||||||
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 \
|
||||||
--hostname gitlab.c2a-system.dev \
|
--hostname gitlab.c2a-system.dev \
|
||||||
--env GITLAB_OMNIBUS_CONFIG="external_url 'http://gitlab.c2a-system.dev/'; gitlab_rails['gitlab_shell_ssh_port'] = 2201;" \
|
--env GITLAB_OMNIBUS_CONFIG="external_url 'http://gitlab.c2a-system.dev/'; gitlab_rails['gitlab_shell_ssh_port'] = 2201;" \
|
||||||
--volume /srv/gitlab/config:/etc/gitlab \
|
--volume /srv/gitlab/config:/etc/gitlab \
|
||||||
--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
|
||||||
|
@ -1,15 +1,5 @@
|
|||||||
mkdir /home/c2a/conf
|
cp ./docker/conf/nginx.conf /etc/nginx/
|
||||||
mkdir /home/c2a/conf/nginx
|
cp ./docker/conf/mime.types /etc/nginx/
|
||||||
mkdir /home/c2a/conf/nginx/applications
|
cp ./docker/conf/applications/* /etc/nginx/conf.d/
|
||||||
cp ./docker/conf/nginx.conf /home/c2a/conf/nginx/
|
|
||||||
cp ./docker/conf/mime.types /home/c2a/conf/nginx/
|
apt-get install nginx
|
||||||
cp ./docker/conf/applications/* /home/c2a/conf/nginx/applications/
|
|
||||||
docker run --detach \
|
|
||||||
--name nginx \
|
|
||||||
--publish 80:80 \
|
|
||||||
--publish 443:443 \
|
|
||||||
--volume /home/c2a/conf/nginx/nginx.conf:/etc/nginx/nginx.conf \
|
|
||||||
--volume /home/c2a/conf/nginx/mime.types:/etc/nginx/mime.types \
|
|
||||||
--volume /home/c2a/conf/nginx/applications:/etc/nginx/conf.d \
|
|
||||||
--restart unless-stopped \
|
|
||||||
nginx:latest
|
|
Loading…
Reference in New Issue
Block a user