feat: refs #6695 try up db

This commit is contained in:
Alex Moreno 2024-09-25 14:12:35 +02:00
parent 1b47612c5e
commit 7facadec9c
1 changed files with 5 additions and 5 deletions

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