Files
Python-Shannon/docker-compose.yml
2026-02-19 08:49:56 +00:00

19 lines
414 B
YAML

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