Commit Graph

16 Commits

Author SHA1 Message Date
Thomas Brandého
a2ec1bc1d8
add codespell to pre-commit (#4559) 2024-12-20 17:04:39 -08:00
Thomas Brandého
5e026e4b27
Support python 3.13 (#4206)
* bump playwright and run tests with 3.13

* test with psycopg3

* typo

* update everything for psycopg 3.
2024-12-12 00:10:51 -08:00
Masen Furer
0a34949019
Add production-one-port example (#4489)
* Add production-one-port example

A more complex version of simple-one-port that facilitates better layer caching
to shorten build times and multi-stage build to reduce final image size.

Harder to understand, but ultimately nicer to use.

* fix Caddyfile format to avoid complaints

* docker-examples: bump all base images to python:3.13
2024-12-09 15:26:48 -08:00
1Codev
7cf3050da0
Path change after Astral 0.5.0 update (#4336)
* Astral 0.5.0 path change

https://github.com/astral-sh/uv/releases

Use XDG (i.e. ~/.local/bin) instead of the Cargo home directory in the installer

* Fix path in production-app-platform example

---------

Co-authored-by: Masen Furer <m_github@0x26.net>
2024-11-12 09:57:58 -08:00
Masen Furer
fa894289d4
Update docker-example (#3324) 2024-09-08 19:21:05 -07:00
Masen Furer
e4c32e3edf
Include app.Dockerfile for deploying to container hosting platform (#2784) 2024-03-05 09:28:32 -08:00
Masen Furer
e8faec708e
docker-example overhaul (#2690)
* docker-example overhaul

Update docker-example with a more realistic multi-compose deployment, and
also a more simplistic single-image deploy.

* Use `uv` for faster bootstrapping
* Separate simple and production-ready docker files
* Split compose.yaml into 3 parts
  * Persist sqlite db and tls keys
  * Include postgres and redis
  * Include Adminer and redis-commander for adminstration
  * Suppose upload persistence
* Update documentation
* Update Caddyfile for compatibility with new Upload API

* Simple Dockerfile: keep `reflex export --frontend-only`

Pre-pack the resulting image with npm dependencies to reduce startup time

* Simplify simple docker file to just use pip
2024-03-04 16:21:37 -08:00
dodeca-6-tope
e81839fca1
fix docker example (#2086) 2023-10-31 10:17:03 -07:00
Masen Furer
38c5503f94
Client-side Routing (404 redirect) (#1695) 2023-09-05 16:22:00 -07:00
Masen Furer
c381225747
Caddyfile: reflex uses /_event and /_upload now (#1726) 2023-08-31 09:47:29 -07:00
Masen Furer
95b28fd02a
update Dockerfile example (#1520) 2023-08-14 18:15:06 -07:00
Masen Furer
be617a8dc9
docker-example: update executable and README (#1499) 2023-08-02 11:01:46 -07:00
Nikhil Rao
139ce38df1
Rename pynecone to reflex (#1236) 2023-06-25 16:56:55 -07:00
Nicolas Renkamp
300f4ca9cb
Fix Docker Example (#677) 2023-03-14 10:54:08 -07:00
Wazarr
6c2f4deb70
Make db_url optional (#402) 2023-01-30 20:38:48 -08:00
Robert Neumann
7fefbcd444
Feature: Add Pynecone Container Image Build (#387) 2023-01-29 21:38:27 -08:00