mirror of
https://github.com/SrIzan10/hctv.git
synced 2026-06-06 00:56:56 +00:00
Initial commit
This commit is contained in:
10
dev/docker-compose.yml
Normal file
10
dev/docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
services:
|
||||
psql:
|
||||
image: postgres
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: dfsjhkdswkjntelsmldbfvsgknl5t
|
||||
volumes:
|
||||
- ./psql:/var/lib/postgresql/data
|
||||
ports:
|
||||
- 5555:5432
|
||||
Reference in New Issue
Block a user