зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
20 строки
439 B
YAML
20 строки
439 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: ..
|
|
dockerfile: extra/Dockerfile
|
|
args:
|
|
BUNDLER_VERSION: ${BUNDLER_VERSION}
|
|
RUBY_IMAGE: ruby:${RUBY:-3.4}-slim
|
|
RAILS_VERSION: ${RAILS:-}
|
|
ACTIVEADMIN_VERSION: ${ACTIVEADMIN:-}
|
|
UID: ${UID}
|
|
user: ${UID}:${GID}
|
|
ports:
|
|
- ${SERVER_PORT}:${SERVER_PORT}
|
|
working_dir: /app
|
|
volumes:
|
|
- ..:/app
|
|
stdin_open: true
|
|
tty: true
|