fix docker
This commit is contained in:
@@ -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"]
|
||||
@@ -9,8 +9,8 @@ services:
|
||||
- PYTHONDONTWRITEBYTECODE=1
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- monitoring
|
||||
- ip-whois
|
||||
|
||||
networks:
|
||||
monitoring:
|
||||
ip-whois:
|
||||
driver: bridge
|
||||
Reference in New Issue
Block a user