Create compose.yml

This commit is contained in:
nune 2024-12-18 17:35:21 -05:00 committed by GitHub
parent c1b3652614
commit a24c9fd2bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

19
compose.yml Normal file
View File

@ -0,0 +1,19 @@
services:
plaster:
image: docker.io/library/plasterbin:latest
container_name: plaster
ports:
- "35200:3000" #modify first port if needed
restart: always
networks:
- plaster-network
watchtower:
image: ghcr.io/containrrr/watchtower
restart: unless-stopped
command: --cleanup --scope cobalt --interval 900 --include-restarting
volumes:
- /var/run/docker.sock:/var/run/docker.sock
networks:
plaster-network:
driver: bridge