mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-21 05:45:13 +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
|
- app-files:/srv/newsblur
|
||||||
user: $CURRENT_UID:$CURRENT_GID
|
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:
|
haproxy:
|
||||||
domainname: 'nb.local.com'
|
domainname: 'nb.local.com'
|
||||||
container_name: haproxy
|
container_name: haproxy
|
||||||
|
|
Loading…
Add table
Reference in a new issue