Update
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
node_modules/
|
node_modules/
|
||||||
dist/
|
dist/
|
||||||
backend/.env
|
backend/.env
|
||||||
|
docker-compose.dev.yml
|
||||||
|
|||||||
@@ -9,5 +9,5 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
PORTAINER_URL: "https://10.10.10.21:9443/"
|
PORTAINER_URL: "https://10.10.10.21:9443/"
|
||||||
PORTAINER_API_KEY: "ptr_ce3Wufxf+EKpqxc5ebcQjBkUMUoJmMpY3wGIvkgdxV0="
|
PORTAINER_API_KEY: "ptr_ce3Wufxf+EKpqxc5ebcQjBkUMUoJmMpY3wGIvkgdxV0="
|
||||||
ENDPOINT_ID: "1"
|
PORTAINER_ENDPOINT_ID: "3"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
+4
-4
@@ -5,9 +5,9 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "4000:4000"
|
- "4001:4001"
|
||||||
environment:
|
environment:
|
||||||
PORT: 4000
|
PORTAINER_URL: "Your_Portainer_Server_Address"
|
||||||
PORTAINER_URL: "https://your-portainer.example.com"
|
PORTAINER_API_KEY: "Your_Portainer_API_Key"
|
||||||
PORTAINER_API_KEY: "your_api_key_here"
|
PORTAINER_ENDPOINT_ID: "Your_Portainer_Endpoint_ID"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user