16 lines
369 B
YAML
16 lines
369 B
YAML
services:
|
|
beszel:
|
|
image: henrygd/beszel:latest
|
|
deploy:
|
|
replicas: 1
|
|
restart_policy:
|
|
condition: on-failure
|
|
placement:
|
|
constraints:
|
|
- node.hostname == Docker-Swarm-1
|
|
environment:
|
|
APP_URL: http://192.168.20.111:8595
|
|
ports:
|
|
- 8595:8090
|
|
volumes:
|
|
- /mnt/DockerStorage/data/beszel:/beszel_data |