Merge pull request 'fix' (#44) from feature/task-43 into master
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good
Details
Hedgehog_server_CD/ServerMonitorBot/pipeline/head This commit looks good
Details
Reviewed-on: #44master
commit
406f3ba6b3
|
@ -3,21 +3,4 @@ services:
|
||||||
app:
|
app:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
depends_on:
|
|
||||||
- db
|
|
||||||
restart: always
|
restart: always
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
|
|
||||||
db:
|
|
||||||
image: postgres:latest
|
|
||||||
environment:
|
|
||||||
POSTGRES_USER: servermonitorbot
|
|
||||||
POSTGRES_PASSWORD: servermonitorbot
|
|
||||||
POSTGRES_DB: servermonitorbot
|
|
||||||
restart: always
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
|
|
||||||
networks:
|
|
||||||
default:
|
|
||||||
|
|
Loading…
Reference in New Issue