Last change
on this file since ef1c66e was e2a84e9, checked in by ivanov1332 <zareivanov070@…>, 5 days ago |
Added some DTOs,updated part of security
|
-
Property mode
set to
100644
|
File size:
282 bytes
|
Rev | Line | |
---|
[cf09deb] | 1 | version: '3'
|
---|
| 2 |
|
---|
| 3 | services:
|
---|
| 4 | wp-db:
|
---|
| 5 | image: "postgres"
|
---|
[e2a84e9] | 6 | container_name: "resAndGo"
|
---|
[cf09deb] | 7 | environment:
|
---|
| 8 | - POSTGRES_USER=za123
|
---|
| 9 | - POSTGRES_PASSWORD=123
|
---|
| 10 | - POSTGRES_DB=resandgo
|
---|
| 11 | ports:
|
---|
| 12 | - "5432:5432"
|
---|
| 13 | volumes:
|
---|
| 14 | - ./postgres-data:/var/lib/postgresql/data |
---|
Note:
See
TracBrowser
for help on using the repository browser.