Delete docker-compose.dev.yml
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user