mirror of
https://github.com/WhoIsFishie/Fishie-Honesty-UI.git
synced 2025-02-22 17:22:14 +00:00
22 lines
512 B
YAML
22 lines
512 B
YAML
version: '3.5'
|
|
services:
|
|
#########################
|
|
honestyui:
|
|
hostname: honestyui
|
|
image: git.shihaam.dev/dockerfiles/fishie-honestyui
|
|
ports:
|
|
- 5173:5173
|
|
restart: always
|
|
########################
|
|
# mongodb:
|
|
# container_name: mongodb
|
|
# image: mongo:latest
|
|
# environment:
|
|
# MONGO_INITDB_ROOT_USERNAME: root
|
|
# MONGO_INITDB_ROOT_PASSWORD: example
|
|
# ports:
|
|
# - 27017:27017
|
|
# volumes:
|
|
# - ./data:/data/db
|
|
# restart: always
|