deprecated-oc-search/docker-compose.yml

20 lines
339 B
YAML
Raw Normal View History

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
networks:
- catalog
networks:
catalog:
name: catalog
external: true