cleaner config and dockerfile/compose
This commit is contained in:
parent
886023b2b9
commit
a1bc5733ee
@ -32,7 +32,7 @@ COPY scripts scripts
|
|||||||
|
|
||||||
# Configuration file : aims at making your variables suit your environment (local, docker, prod, etc)
|
# Configuration file : aims at making your variables suit your environment (local, docker, prod, etc)
|
||||||
|
|
||||||
COPY local_search.json /etc/oc/search.json
|
COPY docker_search.json /etc/oc/search.json
|
||||||
|
|
||||||
# FROM golang
|
# FROM golang
|
||||||
|
|
||||||
|
@ -2,13 +2,8 @@ version: '3.4'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
oc-search:
|
oc-search:
|
||||||
<<<<<<< HEAD
|
|
||||||
image: oc-search:debugging
|
|
||||||
container_name: oc-search
|
|
||||||
=======
|
|
||||||
image: oc-search
|
image: oc-search
|
||||||
# container_name: oc-search
|
container_name: oc-search
|
||||||
>>>>>>> ded5593 (clean Dockerfile and compose)
|
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
networks:
|
networks:
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
{
|
{
|
||||||
"oc-catalog" : "catalog:49618"
|
"oc-catalog" : "oc-catalog:49618"
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user