12 lines
241 B
YAML
12 lines
241 B
YAML
|
|
services:
|
||
|
|
cc-hook:
|
||
|
|
build: .
|
||
|
|
container_name: cc-hook
|
||
|
|
ports:
|
||
|
|
- "8082:8082"
|
||
|
|
environment:
|
||
|
|
- GOTIFY_URL=http://47.121.181.112:40266
|
||
|
|
- GOTIFY_TOKEN=AiousrPBE4Cn04C
|
||
|
|
- PORT=:8082
|
||
|
|
restart: unless-stopped
|