mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 04:23:48 +01:00
Remove PyPi build, convert project to not be a python module, add Docker build and files, update README,
This commit is contained in:
16
docker-compose.yml
Normal file
16
docker-compose.yml
Normal file
@@ -0,0 +1,16 @@
|
||||
services:
|
||||
loginween:
|
||||
image: csd4ni3lofficial/loginween:latest
|
||||
build: .
|
||||
container_name: loginween
|
||||
ports:
|
||||
- "8080:8080"
|
||||
environment:
|
||||
HOST: "0.0.0.0"
|
||||
PORT: 8080
|
||||
DB_FILE: "data.db"
|
||||
APP_KEY: "changeme"
|
||||
DEBUG_MODE: false
|
||||
volumes:
|
||||
- ./data.db:/app/data.db
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user