Solved the problem of generating swagger and minimal image (scratch)

This commit is contained in:
pb
2023-11-02 15:49:33 +01:00
parent afae00fe62
commit 67d36b533f
5 changed files with 40 additions and 71 deletions

View File

@@ -2,14 +2,18 @@ version: '3.4'
services:
oc-catalog:
build: .
container_name: oc-catalog
image: oc-catalog:latest
restart: always
environment:
- DOCKER_DCNAME=DC_myDC
depends_on:
- mongo
# depends_on:
# - mongo
networks:
- catalog
ports:
- 49618:49618
- 49618:8080
networks:
catalog:
name: catalog
external: true