added a docker compose file
Some checks failed
Docker Build / Build (push) Successful in 5s
Linter / Lint (3.11) (push) Failing after 41s

This commit is contained in:
Seaswimmer 2023-11-25 04:44:14 -05:00
parent 85197961c4
commit 7c97b4db65
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
version: '3.8'
services:
discordeventlog:
image: 'coastalcommits.com/seaswimmerthefsh/discordeventlog:latest'
restart: unless-stopped
ports:
- 8080:8080
volumes:
- ./config.json:/config.json