Skip to content

Commit daf97fc

Browse files
committed
add login and init instructions
1 parent a73208d commit daf97fc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/self-hosting/docker.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,20 @@ docker compose up -d
9292
docker compose -f ../docker-compose.traefik.yml up -d
9393
```
9494

95-
Configure the webapp as needed using the [environment variables](/self-hosting/env/webapp) and apply the changes:
95+
5. Configure the webapp as needed using the [environment variables](/self-hosting/env/webapp) and apply the changes:
9696

9797
```bash
9898
docker compose up -d
9999
```
100100

101+
6. You should now be able to access the webapp at `http://localhost:8030`. When logging in, check the container logs for the magic link: `docker compose logs -f webapp`
102+
103+
7. Optional: To initialize a new project, run the following command:
104+
105+
```bash
106+
npx trigger.dev@v4-beta init -p <project-ref> -a http://localhost:8030
107+
```
108+
101109
### Worker
102110

103111
1. Clone the repository

0 commit comments

Comments
 (0)