mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-13 01:42:27 +08:00
chore: update compose.yml
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user