Files
ServerMonitorBot/docker-compose.yml
L_DelOff 23effc5fe6
Some checks failed
Hedgehog_server_CI/ServerMonitorBot/pipeline/head There was a failure building this commit
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good
fix
2023-11-21 22:49:46 +03:00

22 lines
332 B
YAML

version: '3'
services:
app:
build:
context: .
depends_on:
- db
networks:
default:
db:
image: postgres:latest
environment:
POSTGRES_USER: servermonitorbot
POSTGRES_PASSWORD: servermonitorbot
POSTGRES_DB: servermonitorbot
networks:
default:
networks:
default: