Sangelo
a00a1df43d
All checks were successful
Build and push docker image / deploy (push) Successful in 1m11s
14 lines
321 B
YAML
14 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"
|