Disabled unfinished projects and tools, Removed unused section, Improved readability, publish first public version

Update Dockerfile, app.py, and 38 more files...
This commit is contained in:
2025-03-30 14:52:48 +02:00
parent 374e6d018b
commit 5b4edda381
35 changed files with 853 additions and 670 deletions

View File

@@ -1,14 +1,17 @@
services:
www_nibblepoker_lu:
container_name: www-nibblepoker-python
#image: python:alpine
build:
context: .
ports:
- 5001:5000
volumes:
- ./app/:/app:ro
tty: true
environment:
- TZ=Europe/Brussels
- NP_HTML_POST_PROCESS=MINIFY
- NP_FLASK_WAITRESS=1
- NP_FLASK_PORT=80
#volumes:
# - ./app/:/app:ro
restart: unless-stopped
stop_grace_period: 1s
labels:
@@ -17,4 +20,3 @@ services:
driver: "json-file"
options:
max-size: "16m"
#command: ["/bin/sh", "-c", "/app/MainWebsite"]