Add Docker Compose setup

This commit is contained in:
uzunerdev 2026-07-10 18:17:02 +03:00
commit 91e67968ca
17 changed files with 2683 additions and 0 deletions

9
docker-compose.yml Normal file
View file

@ -0,0 +1,9 @@
services:
french-journey:
build: .
container_name: french-journey
restart: unless-stopped
ports:
- "${PORT:-8011}:8011"
environment:
PORT: 8011