mirror of
https://gitlab.com/sarlink/kyc.git
synced 2025-02-22 17:22:00 +00:00
18 lines
352 B
YAML
18 lines
352 B
YAML
|
version: '3.5'
|
||
|
services:
|
||
|
|
||
|
node:
|
||
|
build:
|
||
|
context: ../
|
||
|
dockerfile: .build/node.Dockerfile
|
||
|
x-bake:
|
||
|
pull: true
|
||
|
platforms:
|
||
|
# - linux/amd64/v1
|
||
|
- linux/amd64/v2
|
||
|
# - linux/amd64/v3
|
||
|
# - linux/arm/v7
|
||
|
- linux/arm64
|
||
|
hostname: node
|
||
|
image: registry.gitlab.com/sarlink/kyc
|