salix/docker-compose.yml

12 lines
253 B
YAML
Raw Permalink Normal View History

2019-12-23 11:33:55 +00:00
version: '3.7'
2018-12-27 15:10:55 +00:00
services:
2019-12-23 10:10:45 +00:00
front:
image: registry.verdnatura.es/salix-front:${VERSION:?}
2019-12-23 10:10:45 +00:00
build:
2024-02-06 20:51:15 +00:00
context: front
2019-12-23 10:10:45 +00:00
back:
image: registry.verdnatura.es/salix-back:${VERSION:?}
build:
context: .
dockerfile: back/Dockerfile