Update docker-compose.yml
This commit is contained in:
@@ -47,14 +47,13 @@ services:
|
|||||||
- internal
|
- internal
|
||||||
|
|
||||||
# odešle na Flask API testovací XML zprávu
|
# odešle na Flask API testovací XML zprávu
|
||||||
wso2apim:
|
wso2apim: #zapína se to 2 minuty
|
||||||
image: wso2/wso2am:3.2.0
|
image: wso2/wso2am:3.2.0
|
||||||
container_name: wso2apim
|
container_name: wso2apim
|
||||||
volumes:
|
#volumes:
|
||||||
- ./wso2/deployment.toml:/home/wso2carbon/wso2am-3.2.0/repository/conf/deployment.toml
|
# - ./wso2/deployment.toml:/home/wso2carbon/wso2am-3.2.0/repository/conf/deployment.toml
|
||||||
- ./data/activemq:/opt/activemq/data
|
|
||||||
ports:
|
ports:
|
||||||
- "9443:9443" # HTTPS Management Console
|
- "9443:9443" # HTTPS!!! Management Console
|
||||||
- "8280:8280" # HTTP Gateway
|
- "8280:8280" # HTTP Gateway
|
||||||
- "8243:8243" # HTTPS Gateway
|
- "8243:8243" # HTTPS Gateway
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user