Skip to content

Commit

Permalink
Updated docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aldwin7894 committed Aug 17, 2022
1 parent bf8d5f6 commit 007c624
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ services:
- POSTGRES_DB
volumes:
- "dbdata:/var/lib/postgresql/data"
env_file: .env
redis:
image: redis:latest
command: redis-server
Expand All @@ -21,7 +20,6 @@ services:
- "6379:6379"
volumes:
- 'redis:/data'
env_file: .env
web:
build: .
container_name: aldwin7894
Expand All @@ -40,10 +38,11 @@ services:
- RAILS_ENV
- NODE_ENV
- RAILS_ASSET_HOST
- OCCSON_ACCESS_TOKEN
- OCCSON_PASSPHRASE
volumes:
- .:/app
- ruby-gems:/gems
env_file: .env

volumes:
dbdata:
Expand Down

0 comments on commit 007c624

Please sign in to comment.