From 1afabe7e31a607835e3873ae0f8f909e95de63ad Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 10 Apr 2024 19:42:44 -0400 Subject: [PATCH] add avatar volume --- .../roles/hatecomputers-club/templates/docker-compose.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 b/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 index 1894f67..98f9761 100644 --- a/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 +++ b/playbooks/roles/hatecomputers-club/templates/docker-compose.yml.j2 @@ -1,4 +1,3 @@ - version: '3' services: @@ -22,3 +21,4 @@ services: - HCAPTCHA_SECRET={{ hcaptcha_secret }} volumes: - ./db:/app/db + - ./uploads:/app/uploads