https://github.com/itk-dev/os2display-docker-server
Basic docker based hosting setup for OS2display v.2
https://github.com/itk-dev/os2display-docker-server
Last synced: 7 months ago
JSON representation
Basic docker based hosting setup for OS2display v.2
- Host: GitHub
- URL: https://github.com/itk-dev/os2display-docker-server
- Owner: itk-dev
- License: mpl-2.0
- Created: 2022-04-20T12:38:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-02T12:51:26.000Z (over 1 year ago)
- Last Synced: 2024-12-02T13:45:30.793Z (over 1 year ago)
- Language: Shell
- Size: 40 KB
- Stars: 0
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OS2display docker server hosting
Basic docker based hosting setup for OS2display v.2
## Deployment
### Containers
Change the tags in .env.docker.local to the tags of the containers you wish to deploy.
E.g.
```dotenv
COMPOSE_VERSION_API=2.0.0
COMPOSE_VERSION_ADMIN=2.0.0
COMPOSE_VERSION_CLIENT=2.0.0
```
### Templates
Import templates and screen layouts:
#### Production
In production run the script `load-templates-prod.sh` with the TEMPLATES_RELEASE environment variable set to the tag of
the templates to load.
E.g.
```shell
TEMPLATES_RELEASE=2.1.0 ./load-templates-prod.sh
```
#### Staging
In staging run the script `load-templates-develop.sh`. This will load the templates from the develop branch of the
template repository.
```
./load-templates-develop.sh
```