add docker compose

This commit is contained in:
Luca Conte 2025-05-05 20:05:54 +02:00
parent 2eb235317d
commit ff10bd931f
1 changed files with 10 additions and 0 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
services:
convy:
image: nginx:alpine
volumes:
- ./src:/usr/share/nginx/html:ro
networks:
- public
networks:
public:
external: true