Guest User

Untitled

a guest
Jan 22nd, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. version: '3.4'
  2.  
  3. services:
  4.  
  5. api:
  6. image: registry.gitlab.com/myproj/api:${VERSION}
  7. deploy:
  8. update_config:
  9. order: start-first
  10.  
  11. env VERSION=x.y.z docker stack deploy -f api.yml api
Add Comment
Please, Sign In to add comment