before adding users

This commit is contained in:
Jason Jordan
2026-04-20 12:12:52 -04:00
parent 7ab1143db8
commit 1d9025276d
21 changed files with 286 additions and 185 deletions
+16 -8
View File
@@ -15,15 +15,13 @@ services:
- HISTFILE=/usr/src/app/log/.bash_history
- RAILS_ENV=development
- TAILWIND_POLLING=true
- PUID=1000
- PGID=100
# - PUID=1000
# - PGID=100
tty: true
stdin_open: true
# depends_on:
# db:
# condition: service_healthy
# redis:
# condition: service_started
# db:
# build:
# context: .
@@ -38,11 +36,21 @@ services:
# timeout: 3s
# retries: 10
# start_period: 10s
# redis:
# image: redis
# cron:
# build:
# context: ./
# dockerfile: development3.Dockerfile
# command: ./bin/cron-entrypoint
# volumes:
# - redis_data:/data
# - .:/usr/src/app
# - bundle:/usr/local/bundle
# environment:
# - RAILS_ENV=development
# - PUID=1000
# - PGID=1001
# depends_on:
# - web
# - db
volumes:
# redis_data:
bundle: