31 lines
585 B
YAML
31 lines
585 B
YAML
version: "3"
|
|
|
|
services:
|
|
marqo:
|
|
image: marqoai/marqo:latest
|
|
ports:
|
|
- 8882:8882
|
|
networks:
|
|
- marqonet
|
|
privileged: true
|
|
extra_hosts:
|
|
- host.docker.internal:host-gateway
|
|
volumes:
|
|
- /home/ubuntu/data/:/data
|
|
# fileserver:
|
|
# image: ghcr.io/patrickdappollonio/docker-http-server:v2
|
|
# environment:
|
|
# - FILE_SERVER_PATH=/data
|
|
# ports:
|
|
# - 5000:5000
|
|
# networks:
|
|
# - marqonet
|
|
# volumes:
|
|
# - /home/ubuntu/data/:/data
|
|
# extra_hosts:
|
|
# - host.docker.internal:host-gateway
|
|
|
|
networks:
|
|
marqonet:
|
|
|