mirror of
https://github.com/gigirassy/plaster.git
synced 2024-12-23 18:39:07 +00:00
Create compose.yml
This commit is contained in:
parent
c1b3652614
commit
a24c9fd2bd
19
compose.yml
Normal file
19
compose.yml
Normal 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
|
Loading…
Reference in New Issue
Block a user