Compare commits
2 Commits
7bdcf10cd2
...
406f3ba6b3
| Author | SHA1 | Date | |
|---|---|---|---|
| 406f3ba6b3 | |||
| 0cd6dd0808 |
@@ -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:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user