File tree Expand file tree Collapse file tree 1 file changed +17
-16
lines changed
Expand file tree Collapse file tree 1 file changed +17
-16
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,11 @@ name: portabase-prod
33services :
44
55 app :
6- build :
7- context : .
8- dockerfile : docker/dockerfile/Dockerfile
9- target : prod
6+ # build:
7+ # context: .
8+ # dockerfile: docker/dockerfile/Dockerfile
9+ # target: prod
10+ image : solucetechnologies/portabase:1.1.3-rc.2
1011 ports :
1112 - ' 8887:80'
1213 env_file :
@@ -32,19 +33,19 @@ services:
3233 timeout : 5s
3334 retries : 5
3435
35- s3 :
36- image : docker.io/bitnami/minio:latest
37- ports :
38- - ' 9000:9000'
39- - ' 9001:9001'
40- volumes :
41- - minio_data:/data
42- environment :
43- - MINIO_ROOT_USER=${S3_ACCESS_KEY}
44- - MINIO_ROOT_PASSWORD=${S3_SECRET_KEY}
45- - MINIO_DEFAULT_BUCKETS=${S3_BUCKET_NAME}
36+ # s3:
37+ # image: docker.io/bitnami/minio:latest
38+ # ports:
39+ # - '9000:9000'
40+ # - '9001:9001'
41+ # volumes:
42+ # - minio_data:/data
43+ # environment:
44+ # - MINIO_ROOT_USER=${S3_ACCESS_KEY}
45+ # - MINIO_ROOT_PASSWORD=${S3_SECRET_KEY}
46+ # - MINIO_DEFAULT_BUCKETS=${S3_BUCKET_NAME}
4647
4748
4849volumes :
4950 postgres-data :
50- minio_data :
51+ # minio_data:
You can’t perform that action at this time.
0 commit comments