Files
stackpulse/docker-compose.dev.yml
T
2025-09-25 10:00:27 +00:00

14 lines
357 B
YAML

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