Skip to content

Commit

Permalink
Merge pull request #811 from manjarisri/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
pieroit committed May 8, 2024
2 parents 0ed9cce + 98a6750 commit 5d40d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 4 additions & 1 deletion core/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@

FROM python:3.10.11-slim-bullseye

### ENVIRONMENT VARIABLES ###
ENV PYTHONUNBUFFERED=1
ENV WATCHFILES_FORCE_POLLING=true

### SYSTEM SETUP ###
RUN apt-get -y update && apt-get install -y curl build-essential fastjar libmagic-mgc libmagic1 mime-support && \
apt-get clean && \
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ services:
context: ./core
container_name: cheshire_cat_core
environment:
- PYTHONUNBUFFERED=1
- WATCHFILES_FORCE_POLLING=true
- CORE_HOST=${CORE_HOST:-localhost}
- CORE_PORT=${CORE_PORT:-1865}
- CORE_USE_SECURE_PROTOCOLS=${CORE_USE_SECURE_PROTOCOLS:-}
Expand Down

0 comments on commit 5d40d9b

Please sign in to comment.