ansible/playbooks/apps/files/display/docker-compose.yaml
Gabriel Augendre c6b897f218
Some checks failed
/ run ansible (push) Has been cancelled
add watchtower
2024-10-17 18:14:50 +02:00

9 lines
176 B
YAML

services:
app:
build:
context: sources
restart: always
labels:
- "com.centurylinklabs.watchtower.enable=false"
ports:
- "127.0.0.1:9010:80"