This commit is contained in:
2023-11-17 09:29:19 +03:00
parent 9ee1a4de3c
commit b71b4db66e
15 changed files with 102 additions and 49 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3'
services:
app:
build:
context: .
depends_on:
- db
db:
image: postgres:latest
environment:
POSTGRES_USER: servermonitorbot
POSTGRES_PASSWORD: servermonitorbot
POSTGRES_DB: servermonitorbot