This repository has been archived on 2024-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
2020-01-27 16:25:39 +00:00
|
|
|
version: '3.7'
|
|
|
|
services:
|
2020-01-28 13:57:24 +00:00
|
|
|
main:
|
2020-01-27 16:25:39 +00:00
|
|
|
image: registry.verdnatura.es/docker-discover
|
|
|
|
build: .
|
|
|
|
environment:
|
2020-01-28 13:57:24 +00:00
|
|
|
NODE_ENV: production
|