update compose.yaml

This commit is contained in:
2025-06-17 23:26:44 +02:00
parent 3d2d9d30ee
commit 4d45b5c4bc

View File

@@ -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'