mirror of
https://github.com/civsocit/olgram.git
synced 2025-12-16 14:26:17 +00:00
Миграции
This commit is contained in:
24
docker-compose-debug.yaml
Normal file
24
docker-compose-debug.yaml
Normal file
@@ -0,0 +1,24 @@
|
||||
version: '3'
|
||||
services:
|
||||
postgres:
|
||||
image: kartoza/postgis
|
||||
environment:
|
||||
- POSTGRES_USER=test_user
|
||||
- POSTGRES_PASSWORD=test_passwd
|
||||
- POSTGRES_DB=olgram
|
||||
ports:
|
||||
- '5430:5432'
|
||||
volumes:
|
||||
- database:/var/lib/postgresql/data
|
||||
redis:
|
||||
image: 'bitnami/redis:latest'
|
||||
environment:
|
||||
- ALLOW_EMPTY_PASSWORD=yes
|
||||
volumes:
|
||||
- redis-db:/bitnami/redis/data
|
||||
ports:
|
||||
- '6370:6379'
|
||||
|
||||
volumes:
|
||||
database:
|
||||
redis-db:
|
||||
Reference in New Issue
Block a user