tokenbridge/alm/docker-compose.yml

15 lines
268 B
YAML
Raw Permalink Normal View History

2020-06-04 13:15:39 -03:00
---
version: '2.4'
services:
alm:
build:
context: ..
dockerfile: alm/Dockerfile
2020-07-01 18:34:27 -03:00
ports:
- "${PORT}:${PORT}"
2020-06-04 13:15:39 -03:00
env_file: ./.env
environment:
- NODE_ENV=production
restart: unless-stopped
2020-07-01 18:34:27 -03:00
entrypoint: serve -p ${PORT} -s .