aboutsummaryrefslogtreecommitdiff
path: root/communities/red-right-hand/alpha.174bg.net/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'communities/red-right-hand/alpha.174bg.net/docker-compose.yaml')
-rw-r--r--communities/red-right-hand/alpha.174bg.net/docker-compose.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/communities/red-right-hand/alpha.174bg.net/docker-compose.yaml b/communities/red-right-hand/alpha.174bg.net/docker-compose.yaml
deleted file mode 100644
index 20d326f..0000000
--- a/communities/red-right-hand/alpha.174bg.net/docker-compose.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-services:
- # Node.js service (use with: docker compose up nextjs-standalone --build)
- nextjs-standalone:
- build:
- context: .
- dockerfile: Dockerfile
- image: nextjs-standalone-image
- container_name: nextjs-standalone-container
- environment:
- NODE_ENV: production
- PORT: "3000"
- ports:
- - "3000:3000"
- restart: unless-stopped