docker ports removed
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
version: "3.8"
|
||||
|
||||
services:
|
||||
ai-stack-deployer:
|
||||
image: git.app.flexinit.nl/oussamadouhou/ai-stack-deployer:dev
|
||||
container_name: ai-stack-deployer-dev
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- PORT=3000
|
||||
@@ -15,8 +11,8 @@ services:
|
||||
- STACK_DOMAIN_SUFFIX=${STACK_DOMAIN_SUFFIX:-ai.flexinit.nl}
|
||||
- STACK_IMAGE=${STACK_IMAGE:-git.app.flexinit.nl/flexinit/agent-stack:latest}
|
||||
- RESERVED_NAMES=${RESERVED_NAMES:-admin,api,www,root,system,test,demo,portal}
|
||||
- SHARED_PROJECT_ID=$${{project.SHARED_PROJECT_ID}}
|
||||
- SHARED_ENVIRONMENT_ID=$${{project.SHARED_ENVIRONMENT_ID}}
|
||||
- SHARED_PROJECT_ID=${{project.SHARED_PROJECT_ID}}
|
||||
- SHARED_ENVIRONMENT_ID=${{project.SHARED_ENVIRONMENT_ID}}
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -6,8 +6,6 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
container_name: ai-stack-deployer-local
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=development
|
||||
- PORT=3000
|
||||
|
||||
@@ -4,8 +4,6 @@ services:
|
||||
ai-stack-deployer:
|
||||
image: git.app.flexinit.nl/oussamadouhou/ai-stack-deployer:latest
|
||||
container_name: ai-stack-deployer
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- PORT=3000
|
||||
|
||||
@@ -4,8 +4,6 @@ services:
|
||||
ai-stack-deployer:
|
||||
image: git.app.flexinit.nl/oussamadouhou/ai-stack-deployer:staging
|
||||
container_name: ai-stack-deployer-staging
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
- NODE_ENV=staging
|
||||
- PORT=3000
|
||||
|
||||
Reference in New Issue
Block a user