We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21a95b8 commit cc089b7Copy full SHA for cc089b7
env.example
@@ -3,3 +3,4 @@ CELERY_OPTS="-P solo -B -E -s workdir/celeybeat-schedule"
3
CELERY_LOGLEVEL=INFO
4
FLASK_APP=geordash
5
FLASK_OPTS="-h 0.0.0.0 -p 5002"
6
+#georchestradatadir=/path/to/datadir
systemd/gaia-gunicorn.service.in
@@ -6,6 +6,7 @@ After=network.target
Type=simple
7
User=gunicorn
8
Group=gaia
9
+EnvironmentFile=WORKDIR/env
10
WorkingDirectory=WORKDIR
11
ExecStart=gunicorn
12
Restart=always
0 commit comments