This commit is contained in:
parent
cee5001890
commit
9dfbdcc554
7 changed files with 48 additions and 44 deletions
|
|
@ -1,10 +1,10 @@
|
|||
services:
|
||||
postgres:
|
||||
container_name: postgres
|
||||
container_name: postgres:alpine
|
||||
image: postgres
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
POSTGRES_DB: ${DATABASE_NAME}
|
||||
POSTGRES_USER: ${DATABASE_USERNAME}
|
||||
POSTGRES_PASSWORD: ${DATABASE_PASSWORD}
|
||||
volumes:
|
||||
- ./data:/var/lib/postgresql/data
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue