FS updates and corrections
This commit is contained in:
10
README.md
10
README.md
@@ -49,9 +49,15 @@ I also wrote a rudimentary docker compose file which makes running much more sim
|
||||
|
||||
All relevant passthroughs and mounts are specified through the env-file, for which I configured 4 versions: production, debug (development in general), upload and check. These files will have to be adapted to your individual setup but can be reused more easily.
|
||||
|
||||
> Note:
|
||||
For the debug env-file, you will likely want interactivity, so you need to run:
|
||||
|
||||
`docker compose --env-file env/debug run auto_news`
|
||||
|
||||
<!-- > Note:
|
||||
>
|
||||
> The `debug` requires additional input. Once `docker compose up` is running, in a new session run `docker compose --env-file env/debug exec bash`. The live-mounted code is then under `/code`. Note that the `DEBUG=true` environment variable is still set. If you want to test things on production, run `export DEBUG=false`.
|
||||
> The `debug` requires additional input. Once `docker compose up` is running, in a new session run `docker compose --env-file env/debug exec bash`. The live-mounted code is then under `/code`. Note that the `DEBUG=true` environment variable is still set. If you want to test things on production, run `export DEBUG=false`.
|
||||
-->
|
||||
|
||||
|
||||
|
||||
## Building
|
||||
|
||||
Reference in New Issue
Block a user