fix docker
This commit is contained in:
@@ -5,5 +5,5 @@ ENV PYTHONUNBUFFERED=1
|
|||||||
COPY requirements.txt .
|
COPY requirements.txt .
|
||||||
RUN pip install --no-cache-dir -r requirements.txt
|
RUN pip install --no-cache-dir -r requirements.txt
|
||||||
COPY . .
|
COPY . .
|
||||||
EXPOSE 8798
|
EXPOSE 8799
|
||||||
CMD ["python", "app.py"]
|
CMD ["python", "ip_analyzer.py"]
|
||||||
@@ -9,8 +9,8 @@ services:
|
|||||||
- PYTHONDONTWRITEBYTECODE=1
|
- PYTHONDONTWRITEBYTECODE=1
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- monitoring
|
- ip-whois
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
monitoring:
|
ip-whois:
|
||||||
driver: bridge
|
driver: bridge
|
||||||
Reference in New Issue
Block a user