From c608a86046cd7b0e1a57da246ccc56a086bfb1ef Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Wed, 13 May 2026 17:08:14 +0100 Subject: fix middleware + remove prod --- communities/red-right-hand/174bg.net/docker-compose.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'communities/red-right-hand/174bg.net/docker-compose.yaml') diff --git a/communities/red-right-hand/174bg.net/docker-compose.yaml b/communities/red-right-hand/174bg.net/docker-compose.yaml index e2dbbef..d441ce7 100644 --- a/communities/red-right-hand/174bg.net/docker-compose.yaml +++ b/communities/red-right-hand/174bg.net/docker-compose.yaml @@ -1,12 +1,14 @@ services: 174bg-net: + # build: https://github.com/zuedev/unnamed-group.git#master:communities/red-right-hand/174bg.net build: context: . dockerfile: Dockerfile env_file: - .env ports: - - "3000:3000" + - "3000:3000/tcp" + - "3000:3000/udp" restart: unless-stopped postgres: -- cgit v1.2.3