mirror of
https://github.com/ComputerScienceHouse/proxstar.git
synced 2025-02-14 22:11:51 +00:00
14 lines
242 B
YAML
14 lines
242 B
YAML
|
version: "3.9"
|
||
|
services:
|
||
|
proxstar-redis:
|
||
|
image: "redis:alpine"
|
||
|
ports:
|
||
|
- 6379:6379
|
||
|
proxstar-postgres:
|
||
|
image: postgres
|
||
|
# restart: always
|
||
|
ports:
|
||
|
- 5432:5432
|
||
|
environment:
|
||
|
POSTGRES_PASSWORD: tits12348
|