File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- workspace /
21__pycache__ /
2+ # workspace
3+ * /workspace /*
4+ * /Workspace /*
5+ Workspace /*
6+ workspace /*
7+ * .tiff
38* .fits
49* .pyc
510.venv /
@@ -11,4 +16,4 @@ __pycache__/
1116htmlcov /
1217nosetests.xml
1318coverage.xml
14- * .cover
19+ * .cover
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ WORKDIR /app
44
55RUN apt-get update && apt-get install -y --no-install-recommends \
66 libgl1 \
7+ libglib2.0-0 \
78 git \
89 && rm -rf /var/lib/apt/lists/*
910
Original file line number Diff line number Diff line change 11services :
2- azulweb :
2+ azumy :
33 build : .
4- image : azulweb
4+ image : azumy
55 ports :
66 - " 8000:8000"
77 volumes :
@@ -12,4 +12,4 @@ services:
1212 - IDR_PASS=${IDR_PASS:-}
1313 - DSS_USER=${DSS_USER:-}
1414 - DSS_PASS=${DSS_PASS:-}
15- restart : unless-stopped
15+ restart : unless-stopped
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ENV_FILE=".env"
77if [ ! -f " $ENV_FILE " ]; then
88 echo " "
99 echo " ╔══════════════════════════════════════╗"
10- echo " ║ Azulweb — Initial setup ║"
10+ echo " ║ Azumy — Initial setup ║"
1111 echo " ╚══════════════════════════════════════╝"
1212 echo " "
1313
5555
5656# Docker compose
5757echo " "
58- echo " Starting Azulweb ..."
58+ echo " Starting Azumy ..."
5959echo " "
6060
6161docker compose --env-file " $ENV_FILE " up --build -d
6262
6363echo " "
64- echo " ✓ Azulweb is running at http://localhost:8000"
64+ echo " ✓ Azumy is running at http://localhost:8000"
6565echo " "
6666echo " To stop: docker compose down"
6767echo " To view logs: docker compose logs -f"
6868echo " To reconfigure: rm .env && ./run.sh"
69- echo " "
69+ echo " "
You can’t perform that action at this time.
0 commit comments