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'