зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-08-28 15:36:17 +03:00
26 строки
567 B
YAML
26 строки
567 B
YAML
services:
|
|
app:
|
|
container_name: 'activeadmin_quill_editor_app'
|
|
build:
|
|
context: .
|
|
dockerfile: ./extra/Dockerfile
|
|
# dockerfile: ./extra/Dockerfile_alpine
|
|
args:
|
|
# Debian-based Ruby image:
|
|
RUBY_IMAGE: ruby:3.4-slim
|
|
UID: ${UID}
|
|
environment:
|
|
ACTIVEADMIN_VERSION: ~> 3.3
|
|
RAILS_VERSION: ~> 8.0
|
|
user: "${UID}:${GID}"
|
|
ports:
|
|
- '3000:3000'
|
|
working_dir: '/app'
|
|
volumes:
|
|
- '.:/app'
|
|
stdin_open: true
|
|
tty: true
|
|
entrypoint:
|
|
- /bin/sh
|
|
- ./extra/entrypoint.sh
|