aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/production/README.md
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 17:08:14 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 17:08:14 +0100
commitc608a86046cd7b0e1a57da246ccc56a086bfb1ef (patch)
treeae47245c448b99aecaf3b2bacdd5c5a92ae4b69f /communities/red-right-hand/174bg.net/production/README.md
parentbf489b65223b424c0bba10f919ef269c39a813b1 (diff)
downloadunnamed-group-c608a86046cd7b0e1a57da246ccc56a086bfb1ef.tar
unnamed-group-c608a86046cd7b0e1a57da246ccc56a086bfb1ef.tar.gz
unnamed-group-c608a86046cd7b0e1a57da246ccc56a086bfb1ef.tar.bz2
unnamed-group-c608a86046cd7b0e1a57da246ccc56a086bfb1ef.tar.xz
unnamed-group-c608a86046cd7b0e1a57da246ccc56a086bfb1ef.zip
fix middleware + remove prod
Diffstat (limited to 'communities/red-right-hand/174bg.net/production/README.md')
-rw-r--r--communities/red-right-hand/174bg.net/production/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/communities/red-right-hand/174bg.net/production/README.md b/communities/red-right-hand/174bg.net/production/README.md
deleted file mode 100644
index 500cd7b..0000000
--- a/communities/red-right-hand/174bg.net/production/README.md
+++ /dev/null
@@ -1,14 +0,0 @@
-# 174bg.net Production Environment
-
-This directory contains the production environment specification for 174bg.net, which is the main website for the Red Right Hand community.
-
-## Deployment
-
-We use [Docker Compose](https://docs.docker.com/compose/) to manage our production environment. The `docker-compose.yml` file defines the services, networks, and volumes needed to run the application in production.
-
-To deploy the application, follow these steps:
-
-1. Ensure you have Docker and Docker Compose installed on your production server.
-2. Copy the `docker-compose.yml` file to your server.
-3. Run the following command to start the application: `docker-compose up -d`.
-4. The application will be accessible at `http://174bg-net:3000`.