mirror of
https://gitlab.com/sarlink/kyc.git
synced 2025-02-22 13:42:06 +00:00
11 lines
152 B
YAML
11 lines
152 B
YAML
|
version: '3.5'
|
||
|
services:
|
||
|
|
||
|
node:
|
||
|
hostname: node
|
||
|
image: registry.gitlab.com/sarlink/kyc
|
||
|
env_file:
|
||
|
- .env
|
||
|
ports:
|
||
|
- 4818:4818
|