From 28a759e7140acbbb0a4f4cde500771a950dc8a0f Mon Sep 17 00:00:00 2001 From: Maximilian Baum Date: Wed, 1 Apr 2026 15:38:18 +0200 Subject: [PATCH] docker compose --- docker-compose.prod.yml | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 8b34f75..b7f5880 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -1,30 +1,6 @@ -x-stupid-api: &stupid-api - environment: - - NODE_ENV=production - restart: unless-stopped - services: - stupid-apis-1: - <<: *stupid-api - container_name: stupid-apis-1 - - stupid-apis-2: - <<: *stupid-api - container_name: stupid-apis-2 - - stupid-apis-3: - <<: *stupid-api - container_name: stupid-apis-3 - - nginx: - image: nginx:latest - container_name: stupid-nginx - volumes: - - "/mnt/HDD/root/Sourcecode/stupid-apis/nginx.conf:/etc/nginx/nginx.conf:ro" + stupid-apis: + container_name: stupid-apis + image: gitea.johannesbot.de/johannesbot/stupid-apis:latest ports: - - "42069:80" - restart: unless-stopped - depends_on: - - stupid-apis-1 - - stupid-apis-2 - - stupid-apis-3 \ No newline at end of file + - "42069:3000" \ No newline at end of file