before adding users
This commit is contained in:
+16
-8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user