added build
This commit is contained in:
parent
e56686ee3c
commit
9f1d13d3aa
@ -3,6 +3,7 @@ version: "3.7"
|
|||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
container_name: pepebot_server
|
container_name: pepebot_server
|
||||||
|
image: dutchellie/pepebot
|
||||||
build: .
|
build: .
|
||||||
restart: always
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
@ -11,6 +12,8 @@ services:
|
|||||||
- DB_USER=
|
- DB_USER=
|
||||||
- DB_PASS=
|
- DB_PASS=
|
||||||
- DISCORD_TOKEN=
|
- DISCORD_TOKEN=
|
||||||
|
- RATE_LIMIT=
|
||||||
|
- TIME_LIMIT=
|
||||||
db:
|
db:
|
||||||
container_name: pepebot_database
|
container_name: pepebot_database
|
||||||
image: mysql:8.0
|
image: mysql:8.0
|
||||||
|
Loading…
Reference in New Issue
Block a user