WIP: feat: jenkins push docker imagen by branch #2763

Draft
alexm wants to merge 53 commits from 6695-docker_push into dev
1 changed files with 5 additions and 5 deletions
Showing only changes of commit 7facadec9c - Show all commits

View File

@ -9,14 +9,14 @@ services:
build:
context: .
dockerfile: back/Dockerfile
volumes:
- ./storage:/salix/storage
# volumes:
# - ./storage:/salix/storage
db:
image: db
build:
context: .
dockerfile: db/Dockerfile
target: db
volumes:
- /var/run/docker.sock:/var/run/docker.sock
user: root
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# user: root