Initial commit
This commit is contained in:
18
templates/compose/arke.yaml.erb
Normal file
18
templates/compose/arke.yaml.erb
Normal file
@@ -0,0 +1,18 @@
|
||||
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
|
||||
Reference in New Issue
Block a user