Skip to content

furikake を docker-compose で実行出来るようにしました.

Notifications You must be signed in to change notification settings

inokappa/furikake-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

furikake-docker Build Status

furikake in docker.

Required

Usage

Set AWS credentials and region

Set environment variable AWS_PROFILE, AWS_REGION.

$ export AWS_PROFILE=your-profile
$ export AWS_REGION=ap-northeast-1

Build

$ docker-compose build

Run furikake setup

$ docker-compose run --rm furikake setup

You may have to remove addons directory to avoid unwanted.

Edit .furikake.yml

$ vim .furikake.yml

Run furikake show

$ docker-compose run --rm furikake show

Run furikake publish

$ docker-compose run --rm furikake publish

Run furikake monitor

$ docker-compose up -d

If you want to modify the value of interval, please modify docker-compose.yml as follows.

...
      command: [ "monitor", "--inverval=10" ]
...

About

furikake を docker-compose で実行出来るようにしました.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages