proxstar/developing/docker-compose.yml

15 lines
295 B
YAML
Raw Normal View History

version: "3.9"
services:
proxstar-redis:
image: "redis:alpine"
ports:
2021-10-16 00:55:09 +00:00
- 127.0.0.1:6379:6379
proxstar-postgres:
build: ./proxstar-postgres
# image: postgres
# restart: always
ports:
2021-10-16 00:55:09 +00:00
- 127.0.0.1:5432:5432
environment:
POSTGRES_PASSWORD: tits12348