generated from oci/template
All checks were successful
Build Docker Image on Commit / build-and-publish (push) Successful in 29s
11 lines
162 B
YAML
11 lines
162 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
geyser:
|
|
build: .
|
|
# image: git.merith.xyz/oci/geyser:nightly
|
|
ports:
|
|
- 19132:19132
|
|
volumes:
|
|
- ./data:/data
|
|
|