forked from OPTICAM-instrument/phoptic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
32 lines (24 loc) · 854 Bytes
/
Copy path.env.example
File metadata and controls
32 lines (24 loc) · 854 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Opticam Docker Configuration
# Copy this file to .env and modify as needed
# Jupyter Lab Configuration
# ========================
# Port to expose Jupyter Lab on the host machine
# Change this if port 8888 is already in use
JUPYTER_PORT=8888
# Container name
CONTAINER_NAME=opticam-jupyter
# Jupyter Lab authentication (leave empty to disable)
# For production, set these to secure values!
JUPYTER_TOKEN=
JUPYTER_PASSWORD=
# Data Directories
# ===============
# Directory containing your FITS files and observation data
# Can be absolute path or relative to docker-compose.yml
DATA_DIR=./data
# Directory for Jupyter notebooks
# Can be absolute path or relative to docker-compose.yml
NOTEBOOKS_DIR=./notebooks
# Directory for output files (reduced data, plots, etc.)
# Can be absolute path or relative to docker-compose.yml
OUTPUT_DIR=./output