This commit is contained in:
@ -33,8 +33,8 @@ services:
|
|||||||
- POSTGRES_PASSWORD=${PG_PASS}
|
- POSTGRES_PASSWORD=${PG_PASS}
|
||||||
- POSTGRES_DB=db
|
- POSTGRES_DB=db
|
||||||
- PGDATA=/var/lib/postgresql/data/pgdata
|
- PGDATA=/var/lib/postgresql/data/pgdata
|
||||||
# volumes:
|
volumes:
|
||||||
# - ${PG_MNT}:/var/lib/postgresql/data
|
- bot_pg_data:/var/lib/postgresql/data
|
||||||
# ports:
|
# ports:
|
||||||
# - ${PG_OUTBOUND_PORT}:5432
|
# - ${PG_OUTBOUND_PORT}:5432
|
||||||
redis:
|
redis:
|
||||||
@ -42,5 +42,9 @@ services:
|
|||||||
command: redis-server --appendonly yes --appendfsync everysec
|
command: redis-server --appendonly yes --appendfsync everysec
|
||||||
# ports:
|
# ports:
|
||||||
# - 6379:6379
|
# - 6379:6379
|
||||||
# volumes:
|
volumes:
|
||||||
# - ${FDS_REDIS_MNT}:/data
|
- bot_redis_data:/data
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
bot_pg_data:
|
||||||
|
bot_redis_data:
|
||||||
|
Reference in New Issue
Block a user