2023-08-26 22:04:56 +02:00
|
|
|
version: '3.4'
|
|
|
|
|
|
|
|
services:
|
|
|
|
oc-search:
|
2024-02-15 14:11:07 +01:00
|
|
|
<<<<<<< HEAD
|
2024-02-15 10:48:40 +01:00
|
|
|
image: oc-search:debugging
|
2023-08-26 22:04:56 +02:00
|
|
|
container_name: oc-search
|
2024-02-15 14:11:07 +01:00
|
|
|
=======
|
|
|
|
image: oc-search
|
|
|
|
# container_name: oc-search
|
|
|
|
>>>>>>> ded5593 (clean Dockerfile and compose)
|
2023-08-26 22:04:56 +02:00
|
|
|
ports:
|
|
|
|
- 8080:8080
|
2023-10-25 11:46:14 +02:00
|
|
|
networks:
|
|
|
|
- catalog
|
|
|
|
networks:
|
|
|
|
catalog:
|
|
|
|
name: catalog
|
|
|
|
external: true
|