mirror of
https://github.com/kieraneglin/pinchflat.git
synced 2026-01-23 02:24:24 +00:00
* 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
12 lines
176 B
YAML
12 lines
176 B
YAML
version: '3'
|
|
services:
|
|
phx:
|
|
build: .
|
|
volumes:
|
|
- '.:/app'
|
|
ports:
|
|
- '4008:4008'
|
|
command:
|
|
- ./docker-run.sh
|
|
stdin_open: true
|
|
tty: true
|