mirror of
https://github.com/gusaul/grpcox.git
synced 2024-11-16 14:06:26 +00:00
12 lines
165 B
YAML
12 lines
165 B
YAML
version: '3'
|
|
services:
|
|
grpcox:
|
|
build: .
|
|
ports:
|
|
- "6969:6969"
|
|
volumes:
|
|
- ./index:/index
|
|
- ./log:/log
|
|
env_file:
|
|
- config.env
|