This commit is contained in:
root
2025-09-24 12:08:06 +00:00
parent 9dea25bbef
commit c44d7c7fca
6 changed files with 232 additions and 67 deletions
+13
View File
@@ -0,0 +1,13 @@
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "4000:4000"
environment:
PORT: 4000
PORTAINER_URL: "https://your-portainer.example.com"
PORTAINER_API_KEY: "your_api_key_here"
restart: unless-stopped