mirror of
https://github.com/dominikhoebert/docker-projects.git
synced 2025-06-27 08:47:02 +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/
|
||||
homepage/homepage-config/logs/
|
||||
monitor/db-data/
|
||||
mariadb/nc_data/
|
||||
|
@ -64,5 +64,16 @@ services:
|
||||
PORT_con1: 3306
|
||||
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/dominikhoebert/docker-projects/blob/master/sqlchat/compose.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user