Change nginx install
This commit is contained in:
parent
6f5d470b54
commit
206675a6e2
@ -1,12 +1,12 @@
|
||||
docker run --detach \
|
||||
--name gitlab \
|
||||
--publish 8001:80 \
|
||||
--publish 44301:443 \
|
||||
--publish 2201:22 \
|
||||
--hostname gitlab.c2a-system.dev \
|
||||
--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/logs:/var/log/gitlab \
|
||||
--volume /srv/gitlab/data:/var/opt/gitlab \
|
||||
--restart unless-stopped \
|
||||
gitlab/gitlab-ce:latest
|
||||
--publish 8001:80 \
|
||||
--publish 44301:443 \
|
||||
--publish 2201:22 \
|
||||
--hostname gitlab.c2a-system.dev \
|
||||
--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/logs:/var/log/gitlab \
|
||||
--volume /srv/gitlab/data:/var/opt/gitlab \
|
||||
--restart unless-stopped \
|
||||
gitlab/gitlab-ce:latest
|
||||
|
@ -1,15 +1,5 @@
|
||||
mkdir /home/c2a/conf
|
||||
mkdir /home/c2a/conf/nginx
|
||||
mkdir /home/c2a/conf/nginx/applications
|
||||
cp ./docker/conf/nginx.conf /home/c2a/conf/nginx/
|
||||
cp ./docker/conf/mime.types /home/c2a/conf/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
|
||||
cp ./docker/conf/nginx.conf /etc/nginx/
|
||||
cp ./docker/conf/mime.types /etc/nginx/
|
||||
cp ./docker/conf/applications/* /etc/nginx/conf.d/
|
||||
|
||||
apt-get install nginx
|
Loading…
Reference in New Issue
Block a user