mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-04 02:46:23 +00:00
11 lines
274 B
YAML
11 lines
274 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
nc:
|
|
image: ${NOCODB_IMAGE:-nocodb/nocodb:latest}
|
|
restart: unless-stopped
|
|
# environment:
|
|
# - NC_DB=${NCDB_NC_DB:-mysql2://root_db:3306?u=noco&p=password&d=root_db}
|
|
volumes:
|
|
- "${VOL_PATH:-./data}/nc_data:/usr/app/data"
|