File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -96,6 +96,17 @@ information on how to setup this environment.
96
96
97
97
### Docker-Compose
98
98
99
+ The services started by Docker-Compose are defined in [ docker-compose.yml] .
100
+ Three services are defined:
101
+
102
+ | name | access | credentials | description |
103
+ | ------| -----------------------| ----------------------------| ----------------------------------------|
104
+ | web | http://localhost:3000 | N/A | A container running the docs.rs binary |
105
+ | db | / | N/A | Postgres database used by web |
106
+ | s3 | http://localhost:9000 | ` cratesfyi ` - ` secret_key ` | Minio (simulates AWS S3) used by web |
107
+
108
+ [ docker-compose.yml ] : ./docker-compose.yml
109
+
99
110
#### Rebuilding Containers
100
111
101
112
To rebuild the site, run ` docker-compose build ` .
You can’t perform that action at this time.
0 commit comments