2024-10-19 12:57:25 +00:00
|
|
|
docker build -t camellya-builder:1.3.0-SNAPSHOT -f Dockerfile-builder .
|
2024-09-12 21:29:40 +00:00
|
|
|
|
2024-10-19 12:57:25 +00:00
|
|
|
docker build -t camellya-config-server:1.3.0-SNAPSHOT --build-arg MICROSERVICE=config-server -f Dockerfile-service .
|
|
|
|
docker build -t camellya-hotpatch-server:1.3.0-SNAPSHOT --build-arg MICROSERVICE=hotpatch-server -f Dockerfile-service .
|
|
|
|
docker build -t camellya-login-server:1.3.0-SNAPSHOT --build-arg MICROSERVICE=login-server -f Dockerfile-service .
|
|
|
|
docker build -t camellya-gateway-server:1.3.0-SNAPSHOT --build-arg MICROSERVICE=gateway-server -f Dockerfile-service .
|
|
|
|
docker build -t camellya-game-server:1.3.0-SNAPSHOT --build-arg MICROSERVICE=game-server -f Dockerfile-service .
|
2024-09-12 21:29:40 +00:00
|
|
|
|
2024-10-19 12:57:25 +00:00
|
|
|
docker rmi camellya-builder:1.3.0-SNAPSHOT
|
2024-09-12 21:29:40 +00:00
|
|
|
|
|
|
|
: Persistence for the application
|
2024-10-19 12:57:25 +00:00
|
|
|
docker volume create camellya-postgres-vol
|