ryosms / Lounge

containerized yukizuri

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lounge

containerized yukizuri

Docker build

$ pwd
/path/to/Lounge
$ docker build -t yukizuri -f docker/Dockerfile .

Deploy

docker-compose

Getting started
  1. AWS Account and access key.
  2. Copy and rename sample.env to .env
  3. Edit the .env file for your environment.
  4. Build the docker image.
  5. Launch the container.
  6. Run commands to deploy.
build image and launch container
$ docker-compose build
$ docker-compose up -d

Or you can use one command below.

$ docker-compose up -d --build
exec commands to deploy in container
$ docker-compose exec deploy bash
# aws cloudformation deploy ~~~

About

containerized yukizuri

License:MIT License


Languages

Language:Dockerfile 100.0%