Remove Neo4J
This commit is contained in:
parent
fca183968e
commit
8efa081f21
23 changed files with 6 additions and 323 deletions
|
@ -6,16 +6,9 @@ services:
|
|||
redis:
|
||||
restart: always
|
||||
image: redis
|
||||
neo4j:
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.neo4j
|
||||
web:
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.app
|
||||
build: .
|
||||
env_file: .env.production
|
||||
command: bundle exec rails s -p 3000 -b '0.0.0.0'
|
||||
ports:
|
||||
|
@ -23,20 +16,16 @@ services:
|
|||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
- neo4j
|
||||
volumes:
|
||||
- ./public/assets:/mastodon/public/assets
|
||||
- ./public/system:/mastodon/public/system
|
||||
sidekiq:
|
||||
restart: always
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile.app
|
||||
build: .
|
||||
env_file: .env.production
|
||||
command: bundle exec sidekiq -q default -q mailers
|
||||
depends_on:
|
||||
- db
|
||||
- redis
|
||||
- neo4j
|
||||
volumes:
|
||||
- ./public/system:/mastodon/public/system
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue