Outline: configure backups
This commit is contained in:
@ -58,11 +58,8 @@ services:
|
||||
container_name: outline_postgres
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./data/postgres:/var/lib/postgresql/data
|
||||
- {{ postgres_data_dir }}:/var/lib/postgresql/data
|
||||
environment:
|
||||
POSTGRES_USER: '{{ outline_postgres_user }}'
|
||||
POSTGRES_PASSWORD: '{{ outline_postgres_password }}'
|
||||
POSTGRES_DB: '{{ outline_postgres_database }}'
|
||||
|
||||
volumes:
|
||||
database-data:
|
||||
|
Reference in New Issue
Block a user