1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-09 23:44:52 +00:00

Using local docker registry for test image

This commit is contained in:
2017-08-12 21:26:16 -04:00
parent 5f31879af8
commit 123dc6b332

View File

@@ -1,4 +1,5 @@
app: app:
image: registry:5000/wrestlingdev:dev
extends: extends:
file: docker-compose-common.yml file: docker-compose-common.yml
service: app service: app
@@ -27,6 +28,7 @@ db:
restart: always restart: always
worker: worker:
image: registry:5000/wrestlingdev:dev
extends: extends:
file: docker-compose-common.yml file: docker-compose-common.yml
service: worker service: worker