mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-01 14:43:07 +02:00
update files for agent, deps upgrade
This commit is contained in:
12
agent.compose.yml
Normal file
12
agent.compose.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
services:
|
||||
godoxy-agent:
|
||||
image: ghcr.io/yusing/godoxy-agent:latest
|
||||
container_name: godoxy-agent
|
||||
restart: always
|
||||
network_mode: host # do not change this
|
||||
environment:
|
||||
GODOXY_AGENT_NAME: "agent-1"
|
||||
GODOXY_AGENT_PORT: "8890"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./certs:/app/certs # store Agent CA cert and Agent SSL cert
|
||||
Reference in New Issue
Block a user