fix docker

This commit is contained in:
Mateusz Gruszczyński
2026-02-05 12:13:02 +01:00
parent e90ea1631c
commit 094480eb28
2 changed files with 4 additions and 4 deletions

View File

@@ -5,5 +5,5 @@ ENV PYTHONUNBUFFERED=1
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY . .
EXPOSE 8798
CMD ["python", "app.py"]
EXPOSE 8799
CMD ["python", "ip_analyzer.py"]

View File

@@ -9,8 +9,8 @@ services:
- PYTHONDONTWRITEBYTECODE=1
restart: unless-stopped
networks:
- monitoring
- ip-whois
networks:
monitoring:
ip-whois:
driver: bridge