Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

19 lines
404 B

# For more information see:
# https://container-registry.oracle.com/
# - Database > Express
version: "3.8"
services:
db:
restart: always
platform: linux/x86_64
image: container-registry.oracle.com/database/express:18.4.0-xe
environment:
ORACLE_PWD: oracle
ports:
- 1521:1521
- 5500:5500
volumes:
- oracle_data:/opt/oracle/oradata
volumes:
oracle_data: