compose.yaml aktualisiert
This commit is contained in:
parent
5f4d011a24
commit
c1f7caa348
1 changed files with 10 additions and 0 deletions
10
compose.yaml
10
compose.yaml
|
|
@ -22,3 +22,13 @@ services:
|
|||
- /app-config/caddy/data:/data
|
||||
- /app-config/caddy/Caddyfile:/etc/caddy/Caddyfile
|
||||
- /app-config/caddy/logs:/var/log/caddy
|
||||
tarpit:
|
||||
image: golang:1.22-alpine
|
||||
container_name: tarpit
|
||||
working_dir: /app
|
||||
volumes:
|
||||
- /app-config/tarpit:/app
|
||||
command: sh -c "go build -o /tarpit tarpit.go && /tarpit"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy_network
|
||||
Loading…
Add table
Add a link
Reference in a new issue