aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/174bg.net/production/docker-compose.yaml
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 16:38:37 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-13 16:38:37 +0100
commit9ce78a32068e60342f5612d1f4fb646c47d6c27f (patch)
tree38d18be62285bcc0eb33056c31fa1cba15920718 /communities/red-right-hand/174bg.net/production/docker-compose.yaml
parent5c834e269bfff00b92ee63862cbbc7165743de9e (diff)
downloadunnamed-group-9ce78a32068e60342f5612d1f4fb646c47d6c27f.tar
unnamed-group-9ce78a32068e60342f5612d1f4fb646c47d6c27f.tar.gz
unnamed-group-9ce78a32068e60342f5612d1f4fb646c47d6c27f.tar.bz2
unnamed-group-9ce78a32068e60342f5612d1f4fb646c47d6c27f.tar.xz
unnamed-group-9ce78a32068e60342f5612d1f4fb646c47d6c27f.zip
update prod setup
Diffstat (limited to 'communities/red-right-hand/174bg.net/production/docker-compose.yaml')
-rw-r--r--communities/red-right-hand/174bg.net/production/docker-compose.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/communities/red-right-hand/174bg.net/production/docker-compose.yaml b/communities/red-right-hand/174bg.net/production/docker-compose.yaml
index 333c058..7abb3bb 100644
--- a/communities/red-right-hand/174bg.net/production/docker-compose.yaml
+++ b/communities/red-right-hand/174bg.net/production/docker-compose.yaml
@@ -5,13 +5,13 @@ services:
ports:
- "3000:3000/tcp"
- "3000:3000/udp"
- env_file: .env.174bg-net # we don't include this file for obvious reasons, but it should contain the necessary environment variables for the application to run
+ env_file: .env
postgres:
image: postgres:18
- env_file: .env.postgres
+ env_file: .env
ports:
- "5432:5432"
volumes:
- - postgres-data:/var/lib/postgresql/data
+ - ./postgres:/var/lib/postgresql
restart: unless-stopped