mirror of
https://github.com/cubixle/groxy.git
synced 2026-04-24 21:14:43 +01:00
14 lines
255 B
YAML
14 lines
255 B
YAML
version: "3.7"
|
|
|
|
services:
|
|
groxy:
|
|
image: cubixle/groxy:local
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8080:8080"
|
|
- "9090:9090"
|
|
volumes:
|
|
- $PWD/groxy.yml:/tmp/groxy.yml
|
|
environment:
|
|
- GROXY_CONFIG_FILE=/tmp/groxy.yml
|