196613f684
imagegenius monolithic image with NVIDIA GPU (GTX 1660 SUPER) via cuda tag. Includes internal Redis, npm-network for reverse proxy, DJANGO_SECRET_KEY as env var placeholder for Portainer.
7 lines
273 B
Bash
7 lines
273 B
Bash
# Obico Server environment variables
|
|
# Copy to .env and fill in values, OR set in Portainer stack environment
|
|
|
|
# Generate after first start with:
|
|
# docker exec -it obico python manage.py gen_site_secret
|
|
DJANGO_SECRET_KEY=change-me-generate-with-manage.py-gen_site_secret
|