Delete docker-compose.dev.yml

This commit is contained in:
Mboehmlaender
2025-09-25 12:03:07 +02:00
committed by GitHub
parent 22ddf3123e
commit 6988b45985
-13
View File
@@ -1,13 +0,0 @@
version: '3.8'
services:
app:
build:
context: .
dockerfile: Dockerfile
ports:
- "4001:4001" # Host 5173 → Container 5173
environment:
PORTAINER_URL: "https://10.10.10.21:9443/"
PORTAINER_API_KEY: "ptr_ce3Wufxf+EKpqxc5ebcQjBkUMUoJmMpY3wGIvkgdxV0="
PORTAINER_ENDPOINT_ID: "3"
restart: unless-stopped