19 lines
417 B
Plaintext
19 lines
417 B
Plaintext
version: '3.6'
|
|
|
|
x-logging-noisy: &fibitex-logging-noisy
|
|
driver: json-file
|
|
options:
|
|
max-size: "10m"
|
|
max-file: "3"
|
|
|
|
services:
|
|
arke-maker:
|
|
logging: *fibitex-logging-noisy
|
|
restart: always
|
|
image: "<%= @utils['images']['arke'] %>"
|
|
env_file:
|
|
- ../config/arke.env
|
|
volumes:
|
|
- ../config/arke/strategies.yml:/home/app/config/strategies.yml
|
|
command: bundle exec ./bin/arke start
|