add java-gateway
This commit is contained in:
parent
068cf5bf25
commit
ed02ebe01f
1
.alias
1
.alias
@ -10,3 +10,4 @@ alias aix-nginx-base='docker-compose -f $AIX_DOCKER_COMPOSER_FILE exec openresty
|
|||||||
alias aix-elastic-base='docker-compose -f $AIX_DOCKER_COMPOSER_FILE exec elasticsearch /bin/sh'
|
alias aix-elastic-base='docker-compose -f $AIX_DOCKER_COMPOSER_FILE exec elasticsearch /bin/sh'
|
||||||
alias aix-php81-supervisor='docker-compose -f $AIX_DOCKER_COMPOSER_FILE exec php81 supervisorctl'
|
alias aix-php81-supervisor='docker-compose -f $AIX_DOCKER_COMPOSER_FILE exec php81 supervisorctl'
|
||||||
alias aix-php73-supervisor='docker-compose -f $AIX_DOCKER_COMPOSER_FILE exec php81 supervisorctl'
|
alias aix-php73-supervisor='docker-compose -f $AIX_DOCKER_COMPOSER_FILE exec php81 supervisorctl'
|
||||||
|
alias aix-gateway-restart='docker-compose -f $AIX_DOCKER_COMPOSER_FILE restart java_gateway'
|
||||||
|
|||||||
@ -28,6 +28,18 @@ services:
|
|||||||
aix-docker-cc:
|
aix-docker-cc:
|
||||||
ipv4_address: ${NET_SUBNET:-10.12.25}.200
|
ipv4_address: ${NET_SUBNET:-10.12.25}.200
|
||||||
|
|
||||||
|
java_gateway:
|
||||||
|
image: ${IMAGE_BASE}/java_gateway:1.0.0
|
||||||
|
container_name: java_gateway
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- "./java_gateway:/app"
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
networks:
|
||||||
|
aix-docker-cc:
|
||||||
|
ipv4_address: ${NET_SUBNET:-10.12.25}.201
|
||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: ${IMAGE_BASE}/elasticsearch:${ELK_VERSION:-7.17.7}
|
image: ${IMAGE_BASE}/elasticsearch:${ELK_VERSION:-7.17.7}
|
||||||
container_name: elasticsearch
|
container_name: elasticsearch
|
||||||
|
|||||||
BIN
java_gateway/captcha-SNAPSHOT.jar
Normal file
BIN
java_gateway/captcha-SNAPSHOT.jar
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user