1
0
Fork 0
mirror of synced 2024-08-06 05:38:40 +12:00
budibase/packages/server/scripts/integrations/oracle/docker-compose.yml

20 lines
412 B
YAML
Raw Normal View History

# For more information see:
# https://container-registry.oracle.com/
# - Database > Express
version: "3.8"
services:
db:
2022-03-25 06:35:35 +13:00
restart: unless-stopped
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: