clustered-fucks/compose-files/replicant/web-check/docker-compose.yml

21 lines
394 B
YAML

services:
web-check:
image: lissy93/web-check:latest
container_name: web-check
ports:
- "6160:3000"
restart: unless-stopped
networks:
- proxy
deploy:
resources:
limits:
memory: 512M
cpus: '0.5'
labels:
- "autoheal=true"
- "com.centurylinklabs.watchtower.enable=true"
networks:
proxy:
external: true