website/docker-compose.yml
Sangelo a00a1df43d
All checks were successful
Build and push docker image / deploy (push) Successful in 1m11s
[c] Migrate to gitpot.org
2024-04-08 13:52:10 +02:00

15 lines
321 B
YAML

services:
watchtower:
image: containrrr/watchtower
container_name: watchtower
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock
website:
image: gitpot.org/sangelo/website:latest
container_name: website
restart: unless-stopped
ports:
- "3000:80"