Update logo and docker compose configuration

This commit is contained in:
2026-06-28 20:06:37 +07:00
parent d4d9543a98
commit 47ce0da13a
2 changed files with 8 additions and 8 deletions
+5 -5
View File
@@ -2,15 +2,15 @@
name: sisvietnamvn name: sisvietnamvn
services: services:
app: app:
image: sisvietnamvn image: git.victorphan.net/basketballcantho/sisvietnamvn:latest
environment: environment:
- _JAVA_OPTIONS=-Xmx512m -Xms256m - _JAVA_OPTIONS=-Xmx512m -Xms256m
- SPRING_PROFILES_ACTIVE=prod,api-docs,secret-samples - SPRING_PROFILES_ACTIVE=prod,api-docs,secret-samples
- MANAGEMENT_PROMETHEUS_METRICS_EXPORT_ENABLED=true - MANAGEMENT_PROMETHEUS_METRICS_EXPORT_ENABLED=true
- SPRING_DATASOURCE_URL=jdbc:oracle:thin:@oracle:1521:sisvietnamvn - SPRING_DATASOURCE_URL=jdbc:oracle:thin:@oracle:1521/sisvietnam
- SPRING_DATASOURCE_USERNAME=system - SPRING_DATASOURCE_USERNAME=SYSTEM
- SPRING_DATASOURCE_PASSWORD=oracle - SPRING_DATASOURCE_PASSWORD=Oracle123!
- SPRING_LIQUIBASE_URL=jdbc:oracle:thin:@oracle:1521:sisvietnamvn - SPRING_LIQUIBASE_URL=jdbc:oracle:thin:@oracle:1521/sisvietnam
# If you want to expose these ports outside your dev PC, # If you want to expose these ports outside your dev PC,
# remove the "127.0.0.1:" prefix # remove the "127.0.0.1:" prefix
ports: ports:
File diff suppressed because one or more lines are too long