A docker-compose service cannot depend on itself.

This commit is contained in:
Ralph Bean
2016-10-24 20:50:55 -04:00
parent 05b1ea3ed9
commit 4a615d5144

View File

@@ -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