first commit

This commit is contained in:
root
2026-02-19 08:49:56 +00:00
commit beda405953
15 changed files with 11172 additions and 0 deletions

18
docker-compose.yml Normal file
View File

@@ -0,0 +1,18 @@
version: '3.1'
services:
python:
image: python.slim:latest
container_name: python
restart: always
environment:
- VIRTUAL_HOST=shannon.antopoid.com
- LETSENCRYPT_HOST=shannon.antopoid.com
- LETSENCRYPT_EMAIL=poidevin.freeboxos.fr@gmail.com
ports:
- 8888:8080
networks:
default:
external:
name: nginx-proxy