Commit Graph

49 Commits

Author SHA1 Message Date
ff4ee381c1 Add description of railway deploy, update docker compose to better align with swarm config 2023-02-13 10:44:23 -05:00
299699ffcb Add dev workflow README, improve other readmes 2023-02-13 09:55:19 -05:00
b587995d42 update docker object readme 2023-02-12 19:18:08 -05:00
a99a1e94ff Update running container section 2023-02-12 19:02:46 -05:00
b0563693fe update readme-assets directory name 2023-02-12 18:45:49 -05:00
4a7e775511 update docker build section readme 2023-02-12 18:00:14 -05:00
0aa386b490 Add instructions for running the app without docker 2023-02-12 15:34:02 -05:00
a7cc85c1cb fix typo, disable CI on main 2023-02-12 15:17:55 -05:00
1e72d407dc Set up traefik ingressroute with prefixstrip middleware to avoid extra network hop 2023-02-12 09:35:28 -05:00
44e5f69fd8 Write up section summaries for top level readme 2023-02-11 16:36:35 -05:00
bd2c64a142 add installation and set up readme 2023-02-10 17:12:40 -05:00
5d535196e5 Add readme for technology overview section 2023-02-10 16:58:03 -05:00
0fb86b81b2 Add readme for history and motivation section 2023-02-10 16:08:04 -05:00
6aaebbf876 Add GitHub action example (#1) 2023-02-10 12:37:24 -05:00
c8aba89374 use unprivileged nginx container 2023-02-10 11:01:26 -05:00
9001f31036 add newlines to end Dockerfiles 2023-02-10 10:37:13 -05:00
f8dda04c6f add kubernetes configuration 2023-02-10 09:54:56 -05:00
4b29fb6534 Add top level readme 2023-02-06 11:33:05 -05:00
9788b7eefa Add container security section 2023-02-06 11:09:40 -05:00
c2c97e76c3 use start-first ordering for rollouts to avoid downtime 2023-02-05 13:06:34 -05:00
3eaeb20cea add deploy config with 2 replicas of each service (for rolling updates) 2023-02-05 11:31:35 -05:00
95a0377804 use nginx variable to prevent crashing if upstream is down 2023-02-05 11:07:21 -05:00
1ea6754c7f Add healthcheck endpoints and scripts 2023-02-05 10:16:47 -05:00
af4bca05d0 Add production compose + swarm stack configurations 2023-02-03 16:31:06 -05:00
2fe6ec3783 add push make targets for images 2023-02-03 16:30:27 -05:00
cd7d910949 Upgrade http version for nginx proxy from 1.0 to 1.1 (necessary for proxy to work on Railway) 2023-02-03 16:30:16 -05:00
f709ee9abd add support for reading database url from password 2023-02-03 16:29:48 -05:00
732ee2f648 Use -tags netgo flag for go build to fix DNS resolution 2023-02-03 16:29:28 -05:00
68e0caa95f remove railway dockerfile, fix debug statements 2023-02-03 13:00:28 -05:00
9db6e0177e rename Dockerfile.railway 2023-02-03 11:46:16 -05:00
e4caaa19a4 move railway dockerfile into client-react dir 2023-02-03 11:24:38 -05:00
70c2ba92f9 add railway dockerfile without cache mount 2023-02-03 11:20:41 -05:00
bb256c8926 Add development + debugging docker configs 2023-02-01 16:15:05 -05:00
15a831b04b add volume to example app config, add module 9 2023-01-30 19:37:44 -05:00
2e4b6e938e fix readme typo 2023-01-30 16:52:10 -05:00
d02d3f8342 Add individual docker run commands 2023-01-30 16:51:09 -05:00
6ff07906a5 add buildx mutli-arch example and additional feature descriptions 2023-01-30 12:23:03 -05:00
34498b5afa Add readme for build module. Improve Dockerfile.Sample with more feature examples 2023-01-30 11:46:53 -05:00
da615a3e6c add restart policy to docker compose, add sample dockerfile for demoing features 2023-01-30 10:32:31 -05:00
2d8ac25651 add ruby and php commands 2023-01-29 15:05:43 -05:00
84ea441084 Writeup README explaining data persistence and how to use 3rd party containers 2023-01-29 15:02:42 -05:00
d600c75de5 use DATABASE_URL for node api 2023-01-27 12:37:06 -05:00
a3de60d264 add screenshot of sample app 2023-01-27 09:54:08 -05:00
56f52049bf remove initial dockerfile for react-client 2023-01-27 09:28:54 -05:00
08510ae883 restructure repo, separate sample app from docker configs 2023-01-27 09:26:02 -05:00
dd5d7bff0b Add incremental dockerfiles 2023-01-25 17:55:51 -05:00
dc832ac671 Set up vite proxy server, remove CORS hack 2023-01-23 17:01:37 -05:00
961c90cd7b Override CORS, query apis from client 2023-01-23 15:06:40 -05:00
22ad01e315 Initial commit with sample app 2023-01-23 10:48:02 -05:00