mirror of
https://github.com/benbusby/farside.git
synced 2025-06-08 02:16:36 +00:00
10 lines
No EOL
200 B
YAML
10 lines
No EOL
200 B
YAML
setup:
|
|
build:
|
|
docker:
|
|
web: Dockerfile
|
|
run:
|
|
web: exec /opt/app/bin/server start
|
|
config:
|
|
MIX_ENV: prod
|
|
FARSIDE_PORT: $FARSIDE_PORT
|
|
FARSIDE_SERVICES_JSON: $FARSIDE_SERVICES_JSON |