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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user