This commit is contained in:
2024-02-14 22:06:20 +01:00
commit e9aaaaf3ff
6 changed files with 183 additions and 0 deletions

9
docker-compose.yml Normal file
View File

@@ -0,0 +1,9 @@
version: '3'
services:
app:
build:
context: .
env_file:
- .env
restart: unless-stopped