mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-10 00:25:00 +08:00
A docker-compose service cannot depend on itself.
This commit is contained in:
@@ -12,7 +12,6 @@ services:
|
||||
context: .
|
||||
command: python2 /opt/module_build_service/module_build_service_daemon.py
|
||||
links:
|
||||
- module_build_service_daemon
|
||||
- fedmsg-relay
|
||||
volumes:
|
||||
- ./module_build_service/:/opt/module_build_service/module_build_service/:Z # module_build_service sources are bind-mounted, so you don't have to rebuild
|
||||
|
||||
Reference in New Issue
Block a user