Этот коммит содержится в:
Mattia Roccoberton
2025-03-14 13:32:57 +01:00
родитель 21fc69c2c0
Коммит 9d891f0602
12 изменённых файлов: 244 добавлений и 35 удалений

20
docker-compose.yml Обычный файл
Просмотреть файл

@@ -0,0 +1,20 @@
services:
app:
container_name: 'activeadmin_quill_editor_app'
build:
context: .
dockerfile: ./extra/Dockerfile
args:
RUBY_VERSION: 3.3.6
UID: ${UID}
user: "${UID}:${GID}"
ports:
- '3000:3000'
working_dir: '/app'
volumes:
- '.:/app'
stdin_open: true
tty: true
entrypoint:
- /bin/sh
- ./extra/entrypoint.sh