Skip to content

Commit

Permalink
admin cred defaults in docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
sethetter committed Feb 23, 2025
1 parent 63d5661 commit 4134ba3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ services:
APP_SECRET: "itsasecret"
APP_ENV: "debug"
FROM_EMAIL: "test@localhost"
ADMIN_USER: "admin"
ADMIN_PASSWORD: "password"
volumes:
- .:/app
ports:
Expand Down

0 comments on commit 4134ba3

Please sign in to comment.