Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ysaito8015 committed Oct 3, 2020
1 parent 7ea9620 commit 8dfeb00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ WORKDIR /apps

RUN mix local.hex --force
RUN mix local.rebar --force
RUN mix archive.install --force hex phx_new 1.5.4
RUN mix archive.install --force hex phx_new 1.5.5
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ services:
environment:
POSTGRES_USER: phoenix
POSTGRES_PASSWORD: phoenix
POSTGRES_INITDB_ARGS: "--encoding=UTF-8 --locale=ja_JP.UTF-8"
volumes:
- postgres_data:/var/lib/postgresql/data

Expand All @@ -15,6 +16,7 @@ services:
MYSQL_ROOT_PASSWORD: example
MYSQL_USER: phoenix
MYSQL_PASSWORD: phoenix
MYSQL_DATABASE: nano_planner_dev
volumes:
- mysql_data:/var/lib/mysql

Expand Down

0 comments on commit 8dfeb00

Please sign in to comment.