Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
Dozgulbas committed Aug 15, 2024
1 parent da63a32 commit 70d1051
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions wei.compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ services:
env_file: .env
environment:
- PYTHONUNBUFFERED=1 # Fix weird bug with empty logging
- USER_ID=${USER_ID:-1000}
- GROUP_ID=${GROUP_ID:-1000}
volumes:
- ${WORKCELLS_DIR}:/workcell_defs
- ./tests/workcell_defs:/workcell_defs
- ${WEI_DATA_DIR}:/home/app/.wei
- diaspora_config:/home/app/.diaspora
command: python3 -m wei.server --workcell /workcell_defs/${WORKCELL_FILENAME}
Expand All @@ -22,11 +24,13 @@ services:
image: ghcr.io/ad-sdl/wei
container_name: wei_engine
volumes:
- ${WORKCELLS_DIR}:/workcell_defs
- ./tests/workcell_defs:/workcell_defs
- ${WEI_DATA_DIR}:/home/app/.wei
env_file: .env
environment:
- PYTHONUNBUFFERED=1 # Fix weird bug with empty logging
- PYTHONUNBUFFERED=1 # Fix weird bug with empty logging
- USER_ID=${USER_ID:-1000}
- GROUP_ID=${GROUP_ID:-1000}
command: python3 -m wei.engine --workcell /workcell_defs/${WORKCELL_FILENAME}
depends_on:
- wei_redis
Expand Down

0 comments on commit 70d1051

Please sign in to comment.