This commit is contained in:
root
2025-09-24 09:18:55 +00:00
parent a9f9fecb26
commit cab8139815
8 changed files with 137 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "${PORT}:${PORT}"
env_file:
- .env
restart: unless-stopped