source: ReserveNGo-backend/docker-compose.yml

Last change on this file was e2a84e9, checked in by ivanov1332 <zareivanov070@…>, 4 days ago

Added some DTOs,updated part of security

  • Property mode set to 100644
File size: 282 bytes
Line 
1version: '3'
2
3services:
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.