You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
version: '3'
|
|
|
|
services:
|
|
postgres:
|
|
restart: "no"
|
|
environment:
|
|
POSTGRES_DB: mobilizon_test
|
|
api:
|
|
restart: "no"
|
|
environment:
|
|
MIX_ENV: "test"
|
|
MOBILIZON_DATABASE_DBNAME: mobilizon_test
|
|
MOBILIZON_INSTANCE_HOST: mobilizon.test
|
|
command: "mix test"
|
|
volumes:
|
|
pgdata:
|
|
.:
|