first commit
This commit is contained in:
18
docker-compose.yml
Normal file
18
docker-compose.yml
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user