You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

26 lines
682 B
YAML

version: "3.2"
services:
mongodb:
image: docker.io/mongo:4.0
volumes:
- /docker/unifi_mongodb/db:/data/db
controller:
image: registry.lubiland.de/unifi-controller
volumes:
- /docker/unifi_controller/unifi/data:/unifi/data
ports:
- target: 8080
published: 8080
protocol: tcp
mode: ingress
- target: 8443
published: 8443
protocol: tcp
mode: ingress
- target: 3478
published: 3478
protocol: udp
mode: ingress
depends_on:
- mongodb