Compare commits
2 Commits
feature/ta
...
7bdcf10cd2
| Author | SHA1 | Date | |
|---|---|---|---|
| 7bdcf10cd2 | |||
| 23b5f02438 |
@@ -3,4 +3,21 @@ services:
|
||||
app:
|
||||
build:
|
||||
context: .
|
||||
depends_on:
|
||||
- db
|
||||
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