Go to file
DutchEllie 780fe972cd fix apparent mistake 2021-06-04 16:21:36 +02:00
discord fix apparent mistake 2021-06-04 16:21:36 +02:00
limiter log 2021-06-04 16:07:19 +02:00
models First commit 2021-05-18 12:11:30 +02:00
.gitignore First commit 2021-05-18 12:11:30 +02:00
Dockerfile First commit 2021-05-18 12:11:30 +02:00
LICENSE Added LICENCE 2021-05-18 13:17:42 +02:00
README.md readme update 2021-05-18 13:14:18 +02:00
docker-compose.yml added build 2021-06-03 13:28:47 +02:00
go.mod First commit 2021-05-18 12:11:30 +02:00
go.sum First commit 2021-05-18 12:11:30 +02:00

README.md

Substitute the environment variables in the docker-compose.yml file for your own

When changes have happened first use docker-compose build to update the pepe_server container's image. Then execute docker-compose up -d to start the containers.

When running for the first time, the database has to first start up properly, that can take some time. Also the database badwords (which is automatically created) won't have any tables or content in it yet. Similarly this happens when you have no volume yet to store your data. Create these yourself.