Last change
on this file since cf09deb was cf09deb, checked in by Nikola Jordanoski <nikolaj_koko@…>, 3 months ago |
Added security (not fully implemented)
|
-
Property mode
set to
100644
|
File size:
289 bytes
|
Rev | Line | |
---|
[cf09deb] | 1 | version: '3'
|
---|
| 2 |
|
---|
| 3 | services:
|
---|
| 4 | wp-db:
|
---|
| 5 | image: "postgres"
|
---|
| 6 | container_name: "wp2024_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.