1
0

Outline: upgrade to 1.0.1

This commit is contained in:
2025-10-29 09:44:15 +03:00
parent 1405a2364e
commit 57cc639cc8
2 changed files with 7 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ services:
# See sample https://github.com/outline/outline/blob/main/.env.sample
outline_app:
image: outlinewiki/outline:0.87.4
image: outlinewiki/outline:1.0.1
container_name: outline_app
restart: unless-stopped
depends_on:
@@ -66,14 +66,14 @@ services:
container_name: outline_postgres
restart: unless-stopped
volumes:
- {{ postgres_data_dir }}:/var/lib/postgresql/data
networks:
- "outline_network"
- "monitoring_network"
- "{{ postgres_data_dir }}:/var/lib/postgresql/data"
environment:
POSTGRES_USER: '{{ outline_postgres_user }}'
POSTGRES_PASSWORD: '{{ outline_postgres_password }}'
POSTGRES_DB: '{{ outline_postgres_database }}'
networks:
- "outline_network"
- "monitoring_network"
networks:
outline_network: