mirror of
https://github.com/SrIzan10/echospace.git
synced 2026-06-06 00:56:54 +00:00
18 lines
366 B
YAML
18 lines
366 B
YAML
services:
|
|
psql:
|
|
image: postgres
|
|
user: 1000:1000
|
|
environment:
|
|
POSTGRES_USER: postgres
|
|
POSTGRES_PASSWORD: aegkerkoebkdsbjwlkthwjthlkewbmklbejlk
|
|
volumes:
|
|
- ./psql:/var/lib/postgresql/data
|
|
ports:
|
|
- 5432:5432
|
|
redis:
|
|
image: redis:alpine
|
|
user: 1000:1000
|
|
volumes:
|
|
- ./redis:/data
|
|
ports:
|
|
- 6379:6379 |