mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-08-02 12:24:52 +02:00
This commit is contained in:
parent
f3e7c73bf5
commit
fa9a57793d
1 changed files with 6 additions and 3 deletions
|
|
@ -2,11 +2,13 @@
|
|||
|
||||
[](https://github.com/demostf/demos.tf/actions/workflows/build.yml)
|
||||
|
||||
Frontend code for [demos.tf](http://demos.tf), see also [the api code](https://github.com/demostf/api) for the api backend.
|
||||
Frontend code for [demos.tf](http://demos.tf), see also
|
||||
[the api code](https://github.com/demostf/api) for the api backend.
|
||||
|
||||
## Docker image
|
||||
|
||||
A prebuild docker image exist in the [docker hub](https://hub.docker.com/r/demostf/frontend/).
|
||||
A prebuild docker image exist in the
|
||||
[docker hub](https://hub.docker.com/r/demostf/frontend/).
|
||||
|
||||
## Building
|
||||
|
||||
|
|
@ -63,4 +65,5 @@ username = "demostf"
|
|||
password = "XXXXXXXXXX"
|
||||
```
|
||||
|
||||
Alternatively, the configuration can be proved as environment variables in the form of `${SECTION}_${ITEM}` (e.g. `LISTEN_ADDRESS=127.0.0.1`)
|
||||
Alternatively, the configuration can be proved as environment variables in the
|
||||
form of `${SECTION}_${ITEM}` (e.g. `LISTEN_ADDRESS=127.0.0.1`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue