Improve docker setup

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-16 11:12:42 +02:00
parent c82288a627
commit 7b23ca6965
3 changed files with 8 additions and 3 deletions

View File

@@ -30,7 +30,7 @@ services:
MOBILIZON_DATABASE_USERNAME: postgres
MOBILIZON_DATABASE_DBNAME: mobilizon_dev
MOBILIZON_DATABASE_HOST: postgres
command: "mix phx.deps_migrate_serve"
command: "mix phx.server"
volumes:
pgdata:
.: