1da1acbfbe
* Removed old ansible-lint outside of molecule * Yamlint * Enabled ansible-lint with minimal rules * Removed ansible-lint job
15 lines
275 B
YAML
15 lines
275 B
YAML
---
|
|
version: '2.4'
|
|
services:
|
|
monitor:
|
|
build:
|
|
context: ..
|
|
dockerfile: monitor/Dockerfile
|
|
ports:
|
|
- "${PORT}:${PORT}"
|
|
env_file: ./.env
|
|
environment:
|
|
- NODE_ENV=production
|
|
restart: unless-stopped
|
|
entrypoint: "yarn check-and-start"
|