1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-03-25 01:14:43 +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:
image: registry:5000/wrestlingdev:dev
extends:
file: docker-compose-common.yml
service: app
@@ -27,6 +28,7 @@ db:
restart: always
worker:
image: registry:5000/wrestlingdev:dev
extends:
file: docker-compose-common.yml
service: worker