salix/docker-compose.test.yml

23 lines
574 B
YAML
Raw Normal View History

2024-09-25 12:12:02 +00:00
version: '3.7'
services:
front:
image: registry.verdnatura.es/salix-front:${VERSION:?}
build:
context: front
back:
image: registry.verdnatura.es/salix-back:${VERSION:?}
build:
context: .
dockerfile: back/Dockerfile
2024-09-25 12:12:35 +00:00
# volumes:
# - ./storage:/salix/storage
2024-09-25 12:12:02 +00:00
db:
image: db
build:
context: .
dockerfile: db/Dockerfile
target: db
2024-09-25 12:12:35 +00:00
# volumes:
# - /var/run/docker.sock:/var/run/docker.sock
# user: root