Skip to content

Commit

Permalink
prod config
Browse files Browse the repository at this point in the history
  • Loading branch information
BryonLewis committed Feb 19, 2024
1 parent 57e6ca3 commit ac11a79
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bats_ai/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ class KitwareConfiguration(BatsAiMixin, DevelopmentBaseConfiguration):
MINIO_STORAGE_AUTO_CREATE_MEDIA_POLICY = 'READ_WRITE'
MINIO_STORAGE_MEDIA_USE_PRESIGNED = True
MINIO_STORAGE_MEDIA_URL = 'http://127.0.0.1:9000/django-storage'
ALLOWED_HOSTS = ['batai.kitware.com']


class ProductionConfiguration(BatsAiMixin, ProductionBaseConfiguration):
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ services:
"flower"
]
tty: false
env_file: ./dev/.env.docker-compose
env_file: ./dev/.env.prod.docker-compose
volumes:
- .:/opt/django-project
networks:
Expand Down

0 comments on commit ac11a79

Please sign in to comment.