Skip to content

Commit 8a8ef81

Browse files
author
charlesgauthereau
committed
Ready for 1.1.3-rc.2
1 parent 2fdd9f1 commit 8a8ef81

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

docker-compose.prod.yml

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@ name: portabase-prod
33
services:
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

4849
volumes:
4950
postgres-data:
50-
minio_data:
51+
# minio_data:

0 commit comments

Comments
 (0)