al13ntown/docker-compose.yml
2026-08-24 20:12:41 +00:00

13 lines
200 B
YAML

services:
web:
build: .
restart: always
ports:
- "3032:3000"
environment:
- RAILS_ENV=production
volumes:
- sqlite_data:/rails/storage
volumes:
sqlite_data: