source: ReserveNGo-backend/docker-compose.yml@ bf28e50

Last change on this file since bf28e50 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
Line 
1version: '3'
2
3services:
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.