build project

This commit is contained in:
2026-06-28 17:28:16 +07:00
parent 0326535eb6
commit d4d9543a98
+6 -5
View File
@@ -1,16 +1,17 @@
# This configuration is intended for development purpose, it's **your** responsibility to harden it for production # This configuration is intended for development purpose, it's **your** responsibility to harden it for production
name: sisvietnam-oracle name: sisvietnamvn
services: services:
sisvietnam-oracle: oracle:
image: container-registry.oracle.com/database/free:latest image: container-registry.oracle.com/database/free:latest
restart: always restart: always
network_mode: "host" ports:
- "1521:1521"
environment: environment:
# Password for the SYS, SYSTEM, and PDBADMIN administrative accounts (official image uses ORACLE_PWD) # Password for the SYS, SYSTEM, and PDBADMIN administrative accounts
- ORACLE_PWD=Oracle123! - ORACLE_PWD=Oracle123!
- ORACLE_PASSWORD=Oracle123! - ORACLE_PASSWORD=Oracle123!
- ORACLE_PDB=sisvietnam - ORACLE_PDB=sisvietnam
# Name of the pluggable database (official image default is FREEPDB1) # Name of the pluggable database
- ORACLE_DATABASE=sisvietnam - ORACLE_DATABASE=sisvietnam
# Note: The official Oracle Free image does not automatically create custom app users/databases. # Note: The official Oracle Free image does not automatically create custom app users/databases.
# If needed, create the 'sisvietnam' user manually or use the SYSTEM user to connect. # If needed, create the 'sisvietnam' user manually or use the SYSTEM user to connect.