|
|
@ -18,7 +18,6 @@ services:
|
|
|
|
- ./auth.json:/opt/ass/auth.json
|
|
|
|
- ./auth.json:/opt/ass/auth.json
|
|
|
|
- ./data.json:/opt/ass/data.json
|
|
|
|
- ./data.json:/opt/ass/data.json
|
|
|
|
- ./share:/opt/ass/share
|
|
|
|
- ./share:/opt/ass/share
|
|
|
|
- weird:/opt/ass/weird
|
|
|
|
|
|
|
|
tmpfs: /tmp # temp files such as uploads are stored here
|
|
|
|
tmpfs: /tmp # temp files such as uploads are stored here
|
|
|
|
working_dir: /opt/ass # this is where the ass files are located within the container
|
|
|
|
working_dir: /opt/ass # this is where the ass files are located within the container
|
|
|
|
tty: true
|
|
|
|
tty: true
|
|
|
@ -26,12 +25,4 @@ services:
|
|
|
|
- NODE_ENV=production # for production
|
|
|
|
- NODE_ENV=production # for production
|
|
|
|
- ASS_ENV=docker # docker, local, production (not widely used yet)
|
|
|
|
- ASS_ENV=docker # docker, local, production (not widely used yet)
|
|
|
|
- LOG_LEVEL=debug # debug, info, warn, error
|
|
|
|
- LOG_LEVEL=debug # debug, info, warn, error
|
|
|
|
- FORCE_COLOR=3 # force colour output
|
|
|
|
- FORCE_COLOR=3 # force colour output
|
|
|
|
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
|
|
|
|
weird:
|
|
|
|
|
|
|
|
driver: local
|
|
|
|
|
|
|
|
driver_opts:
|
|
|
|
|
|
|
|
o: bind
|
|
|
|
|
|
|
|
type: none
|
|
|
|
|
|
|
|
device: ./weirdness
|
|
|
|
|