let docker-compose pull
This commit is contained in:
parent
2a0bf3359a
commit
aa7608eb06
@ -74,8 +74,7 @@ steps:
|
||||
commands:
|
||||
- docker-compose -p infoscreen -f docker-compose.yml rm -s -v -f
|
||||
- docker rmi $${REGISTRY_HOST}/$${IMAGE} || true
|
||||
- docker pull $${REGISTRY_HOST}/$${IMAGE}
|
||||
- docker-compose -p infoscreen -f docker-compose.yml up --no-build -d
|
||||
- docker-compose -p infoscreen -f docker-compose.yml up -d
|
||||
---
|
||||
kind: pipeline
|
||||
type: ssh
|
||||
|
@ -3,6 +3,7 @@ version: '3'
|
||||
services:
|
||||
server:
|
||||
image: localhost:5000/infoscreen:latest
|
||||
container_name: infoscreen
|
||||
restart: always
|
||||
ports:
|
||||
- 11460:80 # 1, 14th char in alphabet, 6th char in alphabet, 0
|
Loading…
Reference in New Issue
Block a user