new
This commit is contained in:
@@ -8,8 +8,8 @@ build:
|
||||
stage: build
|
||||
script:
|
||||
- mvn clean package
|
||||
- sudo docker build -t library ./library
|
||||
- sudo docker build -t gateway ./gateway
|
||||
# - sudo docker build -t library ./library
|
||||
# - sudo docker build -t gateway ./gateway
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
|
||||
@@ -24,7 +24,7 @@ services:
|
||||
|
||||
|
||||
library:
|
||||
image: library
|
||||
build: ./library
|
||||
environment:
|
||||
MYSQL_HOST: mysql
|
||||
REDIS_HOST: redis
|
||||
@@ -40,7 +40,7 @@ services:
|
||||
|
||||
|
||||
gateway:
|
||||
image: gateway
|
||||
build: ./gateway
|
||||
environment:
|
||||
MYSQL_HOST: mysql
|
||||
REDIS_HOST: redis
|
||||
|
||||
Reference in New Issue
Block a user