Updated docker-compose
This commit is contained in:
parent
3ba92f6f44
commit
d91120a15b
@ -34,6 +34,7 @@ docker_build:
|
||||
- docker push $IMAGE_TAG
|
||||
- docker tag $IMAGE_TAG $IMAGE_TAG_LATEST
|
||||
- docker push $IMAGE_TAG_LATEST
|
||||
- docker rmi $IMAGE_TAG $IMAGE_TAG_LATEST
|
||||
only:
|
||||
- tags
|
||||
|
||||
|
@ -2,8 +2,8 @@
|
||||
version: '3'
|
||||
services:
|
||||
comprofix:
|
||||
build:
|
||||
context: .
|
||||
container_name: comprofix
|
||||
image: registry.gitlab.comprofix.com/comprofix/website:latest
|
||||
container_name: comprofix-website
|
||||
ports:
|
||||
- 8080:80
|
||||
- 8188:80
|
||||
restart: unless-stopped
|
||||
|
Loading…
Reference in New Issue
Block a user