10 lines
No EOL
309 B
YAML
Executable file
10 lines
No EOL
309 B
YAML
Executable file
services:
|
|
netweak-agent:
|
|
# For AMD64 Machines:
|
|
image: ark.sudovanilla.org/korbs/netweak-agent:amd64
|
|
# For ARM64/V8 Machines:
|
|
# image: ark.sudovanilla.org/korbs/netweak-agent:arm64
|
|
restart: always
|
|
container_name: netweak_agent
|
|
volumes:
|
|
- ./token.conf:/etc/netweak/token.conf |