Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/src/commit/0c1758cea1aa4d3b310421fbd1a091dbe9e6a3f1/compose.yaml You should set ROOT_URL correctly, otherwise the web may not work correctly.
ass/compose.yaml

34 lines
975 B

# ass Docker compose.yaml v0.1.0
# authors:
# - tycrek <t@tycrek.com> (https://tycrek.com/)
# - Zusier <zusier@pm.me> (https://github.com/Zusier)
services:
ass:
build: .
command: npm start
container_name: ass-docker
restart: unless-stopped
ports:
- "40115:40115"
- "45375:45375"
volumes:
- ./uploads:/opt/ass/uploads
- ./share:/opt/ass/share
- type: bind
source: ./config.json
target: /opt/ass/config.json
- type: bind
source: ./auth.json
target: /opt/ass/auth.json
- type: bind
source: ./data.json
target: /opt/ass/data.json
tmpfs: /tmp # temp files such as uploads are stored here
working_dir: /opt/ass
tty: true
environment:
- NODE_ENV=production # for production
- ASS_ENV=docker # docker, local, production (not widely used yet)
- LOG_LEVEL=debug # debug, info, warn, error
- FORCE_COLOR=3 # force colour output