Commit 2ec53e9 1 parent 0937c29 commit 2ec53e9 Copy full SHA for 2ec53e9
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# DOCKER
2
2
DOCKER_MINIO_FORWARD_PORT = " 9000"
3
3
DOCKER_MINIO_FORWARD_CONSOLE_PORT = " 9090"
4
+ DOCKER_MINIO_USERNAME = " startui"
5
+ DOCKER_MINIO_PASSWORD = " password"
4
6
DOCKER_DATABASE_PORT = " 5432"
5
7
DOCKER_DATABASE_NAME = " startui"
6
8
DOCKER_DATABASE_USERNAME = " startui"
7
9
DOCKER_DATABASE_PASSWORD = " startui"
8
- DOCKER_MINIO_USERNAME = " startui"
9
- DOCKER_MINIO_PASSWORD = " password"
10
+
10
11
11
12
# PUBLIC CONFIG
12
13
NEXT_PUBLIC_BASE_URL = " http://localhost:3000"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ services:
10
10
POSTGRES_PASSWORD : $DOCKER_DATABASE_PASSWORD
11
11
12
12
minio :
13
- image : ' minio/minio:latest '
13
+ image : ' minio/minio:RELEASE.2024-01-11T07-46-16Z-cpuv1 '
14
14
ports :
15
15
- ' ${DOCKER_FORWARD_MINIO_PORT:-9000}:9000'
16
16
- ' ${DOCKER_FORWARD_MINIO_CONSOLE_PORT:-9090}:9090'
You can’t perform that action at this time.
0 commit comments