upnl / work

:construction_worker: 유피넬 서버 관련 이슈트래커 및 문서화
6 stars 0 forks source link

Gitlab Docker swarm으로 배포하기 #28

Closed simnalamburt closed 5 years ago

simnalamburt commented 6 years ago

현재 제미니 깃랩이 아래와 같이 날 컨테이너로 떠있는데, 도커 스웜으로 서비스화하자.

sudo docker run --detach \
  --name gitlab \
  --restart always \
  --hostname git.upnl.me \
  --publish 22:22 \
  --publish 8880:80 \
  --volume /srv/gitlab/config:/etc/gitlab \
  --volume /srv/gitlab/logs:/var/log/gitlab \
  --volume /srv/gitlab/data:/var/opt/gitlab \
  gitlab/gitlab-ce:latest
simnalamburt commented 5 years ago

하는중 https://github.com/upnl/swarm

simnalamburt commented 5 years ago

완료