misc/test_headers/docker-compose.yaml

15 lines
232 B
YAML
Raw Normal View History

2021-05-27 09:44:46 +02:00
version: "2.4"
services:
app:
image: python:3.9-slim
command: python /app/app.py
volumes:
- ./:/app
networks:
- nginx-proxy-manager_default
networks:
nginx-proxy-manager_default:
external: true