oc-peers/docker-compose.yml

16 lines
246 B
YAML
Raw Normal View History

2024-07-11 11:40:11 +02:00
version: '3.4'
services:
2024-08-21 16:25:24 +02:00
oc-peers:
2024-07-24 10:25:08 +02:00
environment:
- MONGO_DATABASE=DC_myDC
2024-08-21 16:25:24 +02:00
image: 'oc-peers:latest'
2024-07-11 11:40:11 +02:00
ports:
2024-08-21 16:25:24 +02:00
- 8093:8080
container_name: oc-peers
2024-07-24 10:25:08 +02:00
networks:
- catalog
2024-07-11 11:40:11 +02:00
2024-07-24 10:25:08 +02:00
networks:
2024-07-30 10:08:36 +02:00
catalog:
external: true