Update requirements.txt / Docker stuff
This commit is contained in:
parent
0b6dafec62
commit
e567eb6dcf
@ -1,8 +1,7 @@
|
|||||||
FROM python:3.11-slim
|
FROM python:3.11-slim
|
||||||
|
|
||||||
LABEL org.opencontainers.image.source="https://github.com/PacketParker/LinkLogger"
|
LABEL org.opencontainers.image.source="https://github.com/PacketParker/LinkLogger"
|
||||||
|
LABEL maintainer="parker <mailto:contact@pkrm.dev>"
|
||||||
MAINTAINER "parker <mailto:contact@pkrm.dev>"
|
|
||||||
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
|
||||||
|
@ -3,9 +3,6 @@ services:
|
|||||||
container_name: linklogger
|
container_name: linklogger
|
||||||
image: ghcr.io/packetparker/linklogger:latest
|
image: ghcr.io/packetparker/linklogger:latest
|
||||||
network_mode: host
|
network_mode: host
|
||||||
environment:
|
|
||||||
- IP_TO_LOCATION=True
|
|
||||||
- API_KEY=your_api_key
|
|
||||||
volumes:
|
volumes:
|
||||||
- /path/on/system:/data
|
- /path/on/system:/data
|
||||||
restart: on-failure
|
restart: on-failure
|
@ -2,12 +2,10 @@ pydantic==2.6.2
|
|||||||
ip2location-io==1.0.0
|
ip2location-io==1.0.0
|
||||||
SQLAlchemy==2.0.27
|
SQLAlchemy==2.0.27
|
||||||
ua-parser==0.18.0
|
ua-parser==0.18.0
|
||||||
validators==0.22.0
|
|
||||||
uvicorn==0.27.1
|
|
||||||
fastapi==0.110.0
|
fastapi==0.110.0
|
||||||
APScheduler==3.10.4
|
|
||||||
Flask==3.0.3
|
Flask==3.0.3
|
||||||
Flask-Login==0.6.3
|
Flask-Login==0.6.3
|
||||||
a2wsgi==1.10.4
|
a2wsgi==1.10.4
|
||||||
colorlog==6.8.2
|
colorlog==6.8.2
|
||||||
bcrypt==4.1.3
|
bcrypt==4.1.3
|
||||||
|
jsonschema==4.23.0
|
Loading…
x
Reference in New Issue
Block a user