b81c8d64b3
* Updated project to use sqlite * Edited migrations directly because I fear no man * Updated search functions and tests to work with sqlite * Updated build tools to remove postgres
10 lines
135 B
YAML
10 lines
135 B
YAML
version: '3'
|
|
services:
|
|
phx:
|
|
build: .
|
|
volumes:
|
|
- '.:/app'
|
|
ports:
|
|
- '4008:4008'
|
|
command: tail -F /dev/null
|