This commit is contained in:
root
2025-09-24 09:30:40 +00:00
parent c03e30a118
commit 1eb5a2f863
3 changed files with 44 additions and 2 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