chore(compose): drop api-server host port from base (internal only)
This commit is contained in:
parent
5c8483fa09
commit
86b329340c
@ -35,8 +35,6 @@ services:
|
|||||||
image: "${CM_IMAGE_PREFIX:-your-registry/namespace}/cm-api:${DOCKER_IMAGE_TAG:-latest}"
|
image: "${CM_IMAGE_PREFIX:-your-registry/namespace}/cm-api:${DOCKER_IMAGE_TAG:-latest}"
|
||||||
container_name: ${CM_DEPLOY_NAME:-cm}-api-server
|
container_name: ${CM_DEPLOY_NAME:-cm}-api-server
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
|
||||||
- "3000"
|
|
||||||
environment:
|
environment:
|
||||||
PYTHONUNBUFFERED: "1"
|
PYTHONUNBUFFERED: "1"
|
||||||
CM_DEBUG: ${CM_DEBUG:-false}
|
CM_DEBUG: ${CM_DEBUG:-false}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user