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: build:
context: . context: .
dockerfile: back/Dockerfile dockerfile: back/Dockerfile
volumes: # volumes:
- ./storage:/salix/storage # - ./storage:/salix/storage
db: db:
image: db image: db
build: build:
context: . context: .
dockerfile: db/Dockerfile dockerfile: db/Dockerfile
target: db target: db
volumes: # volumes:
- /var/run/docker.sock:/var/run/docker.sock # - /var/run/docker.sock:/var/run/docker.sock
user: root # user: root