Skip to content

omurakazuaki/playground

Repository files navigation

Playground

CircleCI

minecraft docker image

build image

# create ops.txt
$ cp minecraft/ops.txt.sample minecraft/ops.txt
$ vi minecraft/ops.txt 
# build images
$ docker-compose build

push images to ECR

# edit environment variable for AWS
$ vi .env
$ ./scripts/scripts/pushECR.sh

create and delete ECS service

# create
$ ./scripts/createService.sh

# delete
$ ./scripts/deleteService.sh

up local server

$ ./scripts/startLocalServer.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published