Added docker-compose

This commit is contained in:
sin 2025-03-25 15:01:32 +00:00
parent fb4bb48a29
commit c76fc120d8
1 changed files with 9 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@ -0,0 +1,9 @@
services:
web:
build: .
env_file:
- .env
ports:
- "${PORT}:5000"
volumes:
- .:/app