2025-02-17 04:04:47 +00:00
|
|
|
version: '3.7'
|
2020-01-20 21:26:15 +00:00
|
|
|
services:
|
2025-02-17 04:04:47 +00:00
|
|
|
main:
|
|
|
|
image: registry.verdnatura.es/verdnatura/hedera-web:${TAG:?}
|
2020-01-21 08:32:19 +00:00
|
|
|
build:
|
2025-02-17 04:04:47 +00:00
|
|
|
context: .
|
2025-02-17 04:00:27 +00:00
|
|
|
dockerfile: Dockerfile
|
2025-02-17 04:04:47 +00:00
|
|
|
args:
|
|
|
|
- VERSION=${VERSION:?}
|