Skip to content

Commit

Permalink
Mount that volume for data presistence
Browse files Browse the repository at this point in the history
  • Loading branch information
ajhalili2006 committed Jan 13, 2025
1 parent d8ed608 commit 44f2f2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docker/nest/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -65,6 +65,8 @@ services:
- ghost.env
ports:
- 33881:2368
volumes:
- ghost-data:/var/lib/ghost/content

networks:
rtdev_internal:
Expand Down

0 comments on commit 44f2f2b

Please # to comment.