You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/self-hosting/docker.mdx
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,12 +92,20 @@ docker compose up -d
92
92
docker compose -f ../docker-compose.traefik.yml up -d
93
93
```
94
94
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:
96
96
97
97
```bash
98
98
docker compose up -d
99
99
```
100
100
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
0 commit comments