This commit is contained in:
2023-07-21 22:57:14 +01:00
parent df927977ba
commit 57f0bb9371
16 changed files with 1963 additions and 19 deletions

10
docker-compose.yml Normal file
View File

@ -0,0 +1,10 @@
---
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
restart: unless-stopped
env_file: .env
...