clean Dockerfile and compose

This commit is contained in:
pb 2024-02-15 14:11:07 +01:00
parent 5004dc9b06
commit 6b67dfe729
2 changed files with 6 additions and 1 deletions

View File

@ -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 docker_search.json /etc/oc/search.json COPY local_search.json /etc/oc/search.json
# FROM golang # FROM golang

View File

@ -2,8 +2,13 @@ version: '3.4'
services: services:
oc-search: oc-search:
<<<<<<< HEAD
image: oc-search:debugging image: oc-search:debugging
container_name: oc-search container_name: oc-search
=======
image: oc-search
# container_name: oc-search
>>>>>>> ded5593 (clean Dockerfile and compose)
ports: ports:
- 8080:8080 - 8080:8080
networks: networks: