Compare commits
4 Commits
feature/ta
...
master
Author | SHA1 | Date |
---|---|---|
|
406f3ba6b3 | |
|
0cd6dd0808 | |
|
7bdcf10cd2 | |
|
23b5f02438 |
|
@ -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