Files
Alvand-P/templates/compose/arke.yaml.erb
2026-08-13 19:42:08 +03:30

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