Merge branch 'master' of http://gitea.simplysyncedllc.com/Dex/portainer-stacks
commit
7d2cd6ff0c
|
@ -0,0 +1,25 @@
|
||||||
|
version: "3.6"
|
||||||
|
services:
|
||||||
|
agent:
|
||||||
|
image: ghcr.io/maker-management-platform/agent:latest
|
||||||
|
container_name: mmp_agent
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- /dockers/mmp/library:/library # should contain your project library
|
||||||
|
- /dockers/mmp/data:/data # will contain config and state files
|
||||||
|
#ports:
|
||||||
|
# - 8000:8000 # currently required for your slicer integration, looking for a workaround
|
||||||
|
|
||||||
|
ui:
|
||||||
|
image: ghcr.io/maker-management-platform/mmp-ui:latest
|
||||||
|
container_name: mmp_ui
|
||||||
|
restart: unless-stopped
|
||||||
|
#ports:
|
||||||
|
# - 8081:8081
|
||||||
|
environment:
|
||||||
|
- "AGENT_ADDRESS=agent:8000" #local address for the agent
|
||||||
|
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
name: dockers_default
|
||||||
|
external: true
|
|
@ -37,6 +37,23 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
|
|
||||||
|
mongo:
|
||||||
|
image: mongo:4.4.29
|
||||||
|
container_name: mongo
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- /dockers/mongo/data:/data/db
|
||||||
|
- /dockers/init-mongo.js:/docker-entrypoint-initdb.d/init-mongo.js:ro
|
||||||
|
|
||||||
|
mongo-express:
|
||||||
|
image: mongo-express
|
||||||
|
container_name: mongoexpress
|
||||||
|
restart: always
|
||||||
|
environment:
|
||||||
|
ME_CONFIG_MONGODB_ADMINUSERNAME: $MONGO_USER
|
||||||
|
ME_CONFIG_MONGODB_ADMINPASSWORD: $MONGO_PASS
|
||||||
|
ME_CONFIG_MONGODB_URL: mongodb://$MONGO_USER:$MONGO_PASS@mongo:27017/
|
||||||
|
|
||||||
phpmyadmin:
|
phpmyadmin:
|
||||||
image: phpmyadmin
|
image: phpmyadmin
|
||||||
container_name: phpmyadmin
|
container_name: phpmyadmin
|
||||||
|
@ -62,8 +79,6 @@ services:
|
||||||
image: dpage/pgadmin4
|
image: dpage/pgadmin4
|
||||||
container_name: pgadmin
|
container_name: pgadmin
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
#ports:
|
|
||||||
# - '80:80'
|
|
||||||
environment:
|
environment:
|
||||||
- PGADMIN_DEFAULT_EMAIL=$PGADMIN_DEFAULT_EMAIL
|
- PGADMIN_DEFAULT_EMAIL=$PGADMIN_DEFAULT_EMAIL
|
||||||
- PGADMIN_DEFAULT_PASSWORD=$PGADMIN_DEFAULT_PASSWORD
|
- PGADMIN_DEFAULT_PASSWORD=$PGADMIN_DEFAULT_PASSWORD
|
||||||
|
|
|
@ -46,22 +46,28 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/thelounge:/var/opt/thelounge # bind lounge config from the host's file system
|
- /dockers/thelounge:/var/opt/thelounge # bind lounge config from the host's file system
|
||||||
|
|
||||||
unifi-controller:
|
unifi-network-application:
|
||||||
image: lscr.io/linuxserver/unifi-controller
|
image: lscr.io/linuxserver/unifi-network-application:latest
|
||||||
container_name: unifi-controller
|
container_name: unifi-network-application
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
- TZ=Etc/UTC
|
||||||
|
- MONGO_USER=$MONGO_USER
|
||||||
|
- MONGO_PASS=$MONGO_PASS
|
||||||
|
- MONGO_HOST=mongo
|
||||||
|
- MONGO_PORT=27017
|
||||||
|
- MONGO_DBNAME=unifi
|
||||||
- MEM_LIMIT=1024 #optional
|
- MEM_LIMIT=1024 #optional
|
||||||
- MEM_STARTUP=1024 #optional
|
- MEM_STARTUP=1024 #optional
|
||||||
volumes:
|
volumes:
|
||||||
- /dockers/unifi:/config
|
- /dockers/unifi-network-application/data:/config
|
||||||
ports:
|
ports:
|
||||||
|
- 8443:8443
|
||||||
- 3478:3478/udp
|
- 3478:3478/udp
|
||||||
- 10001:10001/udp
|
- 10001:10001/udp
|
||||||
- 8080:8080
|
- 8080:8080
|
||||||
- 8443:8443
|
|
||||||
- 1900:1900/udp #optional
|
- 1900:1900/udp #optional
|
||||||
- 8843:8843 #optional
|
- 8843:8843 #optional
|
||||||
- 8880:8880 #optional
|
- 8880:8880 #optional
|
||||||
|
|
|
@ -85,7 +85,7 @@ services:
|
||||||
|
|
||||||
# E-Books
|
# E-Books
|
||||||
kavita:
|
kavita:
|
||||||
image: kizaing/kavita:latest
|
image: jvmilazz0/kavita:latest
|
||||||
container_name: kavita
|
container_name: kavita
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
|
|
|
@ -53,17 +53,6 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- /ss_webhosting/phlares_website:/var/www/html
|
- /ss_webhosting/phlares_website:/var/www/html
|
||||||
|
|
||||||
jrd_website:
|
|
||||||
image: wordpress
|
|
||||||
container_name: jrd_website
|
|
||||||
restart: always
|
|
||||||
environment:
|
|
||||||
WORDPRESS_DB_HOST: mariadb_webhosting
|
|
||||||
WORDPRESS_DB_USER: jrd
|
|
||||||
WORDPRESS_DB_PASSWORD: $JRD_DB_PASS
|
|
||||||
WORDPRESS_DB_NAME: jrd
|
|
||||||
volumes:
|
|
||||||
- /ss_webhosting/jrd_website:/var/www/html
|
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
|
|
Loading…
Reference in New Issue