From 4d45b5c4bcede9af5648f34be8218e8598c2cbca Mon Sep 17 00:00:00 2001 From: 409 <409dev@protonmail.com> Date: Tue, 17 Jun 2025 23:26:44 +0200 Subject: [PATCH] update `compose.yaml` --- compose.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/compose.yaml b/compose.yaml index 97a1405..0f86a0b 100644 --- a/compose.yaml +++ b/compose.yaml @@ -1,7 +1,12 @@ services: archive-server: container_name: 'archive-server' - image: 'archive-server' + image: 'git.409dev.buzz/409/archive:latest' build: '.' ports: - '6171:6171/tcp' + environment: + - 'SERVER_HOST=0.0.0.0' + - 'SERVER_PORT=6171' + - 'MAX_CONNECTIONS=256' + - 'LOG_LEVEL=info'