Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Caillat Michel
yafits
Commits
5328a223
Commit
5328a223
authored
Jan 09, 2020
by
Caillat Michel
Browse files
FITS files directories are defined in YAFITS_FITSDIR on BOTH sides - host AND container
parent
00f50d85
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker-compose.yml
View file @
5328a223
...
...
@@ -6,7 +6,6 @@ services:
ports
:
-
"
${YAFITSV_PORT}:3000"
volumes
:
-
"
${YAFITS_FITSDIR}:/home/partemix/dataroot/FITS"
-
"
${YAFITS_PNGDIR}:/home/partemix/dataroot/PNG"
-
"
${YAFITS_OBJDIR}:/home/partemix/dataroot/OBJ"
-
"
${YAFITS_SAMPDIR}:/home/partemix/dataroot/SAMP"
...
...
@@ -22,16 +21,25 @@ services:
-
yafitss
yafitss
:
build
:
./yafitss
build
:
context
:
./yafitss
args
:
YAFITS_FITSDIR
:
${YAFITS_FITSDIR}
YAFITS_FITSDIR2
:
${YAFITS_FITSDIR2}
image
:
yafitss:${USER}
ports
:
-
"
${YAFITSS_PORT}:4251"
volumes
:
-
"
${YAFITS_FITSDIR}:/home/partemix/dataroot/FITS"
-
"
${YAFITS_FITSDIR}:${YAFITS_FITSDIR}"
-
"
${YAFITS_FITSDIR2}:${YAFITS_FITSDIR2}"
-
"
${YAFITS_PNGDIR}:/home/partemix/dataroot/PNG"
-
"
${YAFITS_OBJDIR}:/home/partemix/dataroot/OBJ"
-
"
${YAFITS_LOGDIR}:/home/partemix/log"
environment
:
-
YAFITS_FITSDIR
-
YAFITS_FITSDIR2
-
YAFITSS_PORT=${YAFITSS_PORT}
-
YAFITSS_MAXIDLE=${YAFITSS_MAXIDLE}
command
:
python /home/partemix/yafitss/serverWsgi.py --port
4251
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment