WIP: Save current state - security subsystems, migrations, logging
This commit is contained in:
@@ -2,11 +2,6 @@ services:
|
||||
postgres:
|
||||
image: postgres:16-alpine
|
||||
container_name: redflag-postgres
|
||||
environment:
|
||||
POSTGRES_DB: redflag
|
||||
POSTGRES_USER: redflag
|
||||
POSTGRES_PASSWORD: redflag_bootstrap
|
||||
POSTGRES_INITDB_ARGS: "--encoding=UTF-8 --lc-collate=C --lc-ctype=C"
|
||||
volumes:
|
||||
- postgres-data:/var/lib/postgresql/data
|
||||
- ./config/.env:/shared/.env
|
||||
|
||||
Reference in New Issue
Block a user