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
@@ -113,20 +114,26 @@ Navigate to `http://your-server/?appid=github2sf` in your browser.
113
114
114
115
## Docker (quick start)
115
116
117
+
The application uses the official x0 container images:
118
+
119
+
-**`ghcr.io/webcodex1/x0-app`** — Apache2 + mod_wsgi web application server with the x0 JavaScript framework pre-installed ([packages page](https://github.com/WEBcodeX1/x0/pkgs/container/x0-app))
120
+
-**`ghcr.io/webcodex1/x0-db`** — PostgreSQL 16 database with the x0 schema pre-installed ([packages page](https://github.com/WEBcodeX1/x0/pkgs/container/x0-db))
121
+
122
+
The `docker/Dockerfile` extends `ghcr.io/webcodex1/x0-app` and adds the github2stackfield Python backend dependencies on top.
123
+
116
124
```bash
117
125
cd docker
118
126
docker compose up --build
119
127
```
120
128
121
129
Then open [http://localhost:8080/?appid=github2sf](http://localhost:8080/?appid=github2sf).
122
130
123
-
> **Note:** The Docker image fetches x0 and python-micro-esb from GitHub at build time.
124
-
> You still need to run the database SQL scripts against the PostgreSQL container:
131
+
> **Database setup:** After the containers are running, execute the SQL scripts against the x0-db container:
0 commit comments