printnatura/docker-compose.yml

7 lines
148 B
YAML
Raw Normal View History

version: '3.7'
2022-11-16 11:58:03 +00:00
services:
main:
2024-05-24 09:21:26 +00:00
image: registry.verdnatura.es/printnatura:${VERSION:?}
2022-11-16 11:58:03 +00:00
build:
context: .
2024-06-04 08:16:34 +00:00
dockerfile: Dockerfile