From 44f2f2be5e978b976568788a1b66b1703cb76d09 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Mon, 13 Jan 2025 22:51:26 +0800 Subject: [PATCH] Mount that volume for data presistence --- docker/nest/docker-compose.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/nest/docker-compose.yml b/docker/nest/docker-compose.yml index 48ece80..91d4dfb 100644 --- a/docker/nest/docker-compose.yml +++ b/docker/nest/docker-compose.yml @@ -1,6 +1,6 @@ # This is the configuration @ajhalili2006 uses for deploying some of RecapTime.dev's infra -# over Hack Club Nest. The contents of the stack.env is only available at the original -# private repository due to security reasons. +# over Hack Club Nest. The contents of the env_files as used by the services below is only +# available at the original private repository due to security reasons. services: # Database services @@ -65,6 +65,8 @@ services: - ghost.env ports: - 33881:2368 + volumes: + - ghost-data:/var/lib/ghost/content networks: rtdev_internal: