mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
remove monitor container from docker-compose
This commit is contained in:
parent
2f5822e3a9
commit
15803ba026
1 changed files with 0 additions and 11 deletions
|
@ -209,17 +209,6 @@ services:
|
|||
- app-files:/srv/newsblur
|
||||
user: $CURRENT_UID:$CURRENT_GID
|
||||
|
||||
monitor:
|
||||
container_name: monitor
|
||||
image: newsblur/newsblur_python3
|
||||
command: bash -c "python /srv/newsblur/flask_monitor/db_monitor.py"
|
||||
environment:
|
||||
- DOCKERBUILD=True
|
||||
volumes:
|
||||
- app-files:/srv/newsblur
|
||||
ports:
|
||||
- 5579:5579
|
||||
|
||||
haproxy:
|
||||
domainname: 'nb.local.com'
|
||||
container_name: haproxy
|
||||
|
|
Loading…
Add table
Reference in a new issue