Skip to content

Commit

Permalink
feat: define volume path
Browse files Browse the repository at this point in the history
  • Loading branch information
SilasPeters committed Oct 1, 2024
1 parent 4f05604 commit b18fd95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/outline/templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
start_period: 30s
start_interval: 10s
volumes:
- storage-data:/var/lib/outline/data
- storage-data:{{ outline_config.volume_path }}
# depends_on:
# - postgres
# - redis
Expand Down
1 change: 1 addition & 0 deletions ansible/roles/outline/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
outline_config:
project_source: "/var/www/outline/outline"
version: "0.79.0" # Git tag
volume_path: "/var/www/outline/outline/volume"

0 comments on commit b18fd95

Please sign in to comment.