mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 16:57:05 +00:00
added nocodb
This commit is contained in:
parent
1b6923c89e
commit
0a00ff2b44
1
.gitignore
vendored
1
.gitignore
vendored
@ -58,3 +58,4 @@ audiobookshelf/podcasts/
|
|||||||
system-monitoring/grafana/storage/
|
system-monitoring/grafana/storage/
|
||||||
homepage/homepage-config/logs/
|
homepage/homepage-config/logs/
|
||||||
monitor/db-data/
|
monitor/db-data/
|
||||||
|
mariadb/nc_data/
|
||||||
|
@ -64,5 +64,16 @@ services:
|
|||||||
PORT_con1: 3306
|
PORT_con1: 3306
|
||||||
ENGINE_con1: mysql@dbgate-plugin-mysql
|
ENGINE_con1: mysql@dbgate-plugin-mysql
|
||||||
|
|
||||||
|
nocodb:
|
||||||
|
container_name: nocodb
|
||||||
|
# environment:
|
||||||
|
# NC_DB: "mysql://mariadb:3306?u=root&p=example"
|
||||||
|
image: "nocodb/nocodb:latest"
|
||||||
|
ports:
|
||||||
|
- "8070:8080"
|
||||||
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./nc_data:/usr/app/data
|
||||||
|
|
||||||
# https://github.com/sqlchat/sqlchat
|
# https://github.com/sqlchat/sqlchat
|
||||||
# https://github.com/dominikhoebert/docker-projects/blob/master/sqlchat/compose.yml
|
# https://github.com/dominikhoebert/docker-projects/blob/master/sqlchat/compose.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user