Files
activeadmin-quill_editor/docker-compose.yml
Mattia Roccoberton 4ebabd85a6 chore: Docker dev setup
2025-03-14 15:54:58 +01:00

21 строка
401 B
YAML

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