Containerize
This commit is contained in:
parent
71dcefcf01
commit
dee736bd54
7 changed files with 59 additions and 8 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
services:
|
||||
bot:
|
||||
image: registry.benrmorgan.com/minecraftstatus:latest
|
||||
env_file:
|
||||
- ./secrets/.env
|
||||
volumes:
|
||||
- ./data:/data
|
||||
restart: unless-stopped
|
||||
Loading…
Add table
Add a link
Reference in a new issue