|
Last change
on this file since b77dbe8 was e2a84e9, checked in by ivanov1332 <zareivanov070@…>, 8 months ago |
|
Added some DTOs,updated part of security
|
-
Property mode
set to
100644
|
|
File size:
282 bytes
|
| Line | |
|---|
| 1 | version: '3'
|
|---|
| 2 |
|
|---|
| 3 | services:
|
|---|
| 4 | wp-db:
|
|---|
| 5 | image: "postgres"
|
|---|
| 6 | container_name: "resAndGo"
|
|---|
| 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.