chore: update compose.yml

This commit is contained in:
henry.chen
2025-07-17 15:35:08 +08:00
parent f4c70b46c1
commit 23e35dcefa

View File

@@ -13,7 +13,7 @@ services:
eiblog: eiblog:
image: deepzz0/eiblog:latest image: deepzz0/eiblog:latest
volumes: volumes:
- ${PWD}/conf:/app/conf - ${PWD}/eiblog/etc:/app/etc
extra_hosts: extra_hosts:
- "disqus.com:151.101.192.134" - "disqus.com:151.101.192.134"
- "deepzz.disqus.com:151.101.192.134" - "deepzz.disqus.com:151.101.192.134"
@@ -30,7 +30,7 @@ services:
image: deepzz0/backup:latest image: deepzz0/backup:latest
#command: ./backend --restore true #command: ./backend --restore true
volumes: volumes:
- ${PWD}/conf:/app/conf - ${PWD}/backup/etc:/app/etc
links: links:
- mongodb - mongodb
restart: always restart: always