Compare commits

...

2 Commits

Author SHA1 Message Date
cn.yimian.xyz dcf26ca5bb m 3 years ago
cn.yimian.xyz 86f9e74f07 acg_to_usa 3 years ago
  1. 9
      cn.yimian.xyz/docker-compose.yml
  2. 8
      usa.yimian.xyz/docker-compose.yml

@ -21,7 +21,6 @@ services:
depends_on:
- php-fpm
- session
- acg.watch-api
- serverstatus
- ushio-win-server
- danmaku-api
@ -110,14 +109,6 @@ services:
- redis_net
volumes:
- "/mnt/config/dbKeys/auth.js:/mnt/config/dbKeys/auth.js"
acg.watch-api:
#build: https://github.com/iotcat/acg.watch-api.git
#image: iotcat/acg.watch-api
image: docker.yimian.xyz:4450/acg.watch-api
container_name: acg.watch-api
restart: always
volumes:
- "/mnt/var/cache/acg.watch/:/mnt/cache/video/"

@ -187,6 +187,14 @@ services:
container_name: ushio-proxy
restart: always
acg.watch-api:
#build: https://github.com/iotcat/acg.watch-api.git
#image: iotcat/acg.watch-api
image: docker.yimian.xyz:4450/acg.watch-api
container_name: acg.watch-api
restart: always
volumes:
- "/mnt/var/cache/acg.watch/:/mnt/cache/video/"
# networks setting
# ------------------------------------

Loading…
Cancel
Save