Skip to content

Commit f61b4ba

Browse files
authored
fix: user seed container adding path to config files (#262)
1 parent 1205cf4 commit f61b4ba

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -311,6 +311,8 @@ services:
311311
DEFAULT_USER_PASSWORD: ${DEFAULT_USER_PASSWORD:-user123}
312312
ADMIN_USER_PASSWORD: ${ADMIN_USER_PASSWORD:-admin123}
313313
volumes:
314+
- ./backend/app:/app/app:ro
315+
- ./backend/scripts:/app/scripts:ro
314316
- ./backend/config.toml:/app/config.toml:ro
315317
command: ["python", "-m", "scripts.seed_users"]
316318
networks:

0 commit comments

Comments
 (0)