Refactor glance service configuration in Docker Compose and remove unused healthcheck
This commit is contained in:
@@ -262,13 +262,7 @@ services:
|
|||||||
- 8.8.8.8
|
- 8.8.8.8
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
healthcheck:
|
|
||||||
test: ["CMD-SHELL", "pgrep -f 'python.*main.py' || exit 1"]
|
|
||||||
interval: 30s
|
|
||||||
timeout: 10s
|
|
||||||
retries: 3
|
|
||||||
start_period: 10s
|
|
||||||
|
|
||||||
phpsessid-bot:
|
phpsessid-bot:
|
||||||
build:
|
build:
|
||||||
context: edu_master/phpsessid_bot/
|
context: edu_master/phpsessid_bot/
|
||||||
|
|||||||
Reference in New Issue
Block a user