Files
ServerMonitorBot/docker-compose.yml
L_DelOff a20b0c4963
All checks were successful
Hedgehog_server_CI/ServerMonitorBot/pipeline/head This commit looks good
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good
CI/CD fix
2023-11-20 22:07:30 +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: