2020-01-20 21:26:15 +00:00
|
|
|
version: '3.7'
|
|
|
|
services:
|
2020-01-28 13:59:59 +00:00
|
|
|
main:
|
2024-07-09 10:16:31 +00:00
|
|
|
image: registry.verdnatura.es/verdnatura/hedera-web:${TAG:?}
|
2020-01-21 08:32:19 +00:00
|
|
|
build:
|
|
|
|
context: .
|
|
|
|
dockerfile: Dockerfile
|
2022-05-05 09:05:05 +00:00
|
|
|
args:
|
|
|
|
- VERSION=${VERSION:?}
|