Ready for release 1.1.4

This commit is contained in:
charlesgauthereau
2025-12-07 11:15:43 +01:00
parent e1bc1ec6c8
commit ef7570db76
2 changed files with 0 additions and 35 deletions
-14
View File
@@ -35,19 +35,5 @@ services:
timeout: 5s
retries: 5
# s3:
# image: docker.io/bitnami/minio:latest
# ports:
# - '9000:9000'
# - '9001:9001'
# volumes:
# - minio_data:/data
# environment:
# - MINIO_ROOT_USER=${S3_ACCESS_KEY}
# - MINIO_ROOT_PASSWORD=${S3_SECRET_KEY}
# - MINIO_DEFAULT_BUCKETS=${S3_BUCKET_NAME}
volumes:
postgres-data:
# minio_data:
-21
View File
@@ -1,27 +1,6 @@
name: portabase-dev
services:
# app:
# build:
# context: .
# dockerfile: docker/dockerfile/Dockerfile
# target: dev
# ports:
# - "8887:8887"
# environment:
# - TZ=Europe/Paris
# - NODE_ENV=development
# depends_on:
# db:
# condition: service_healthy
# volumes:
# - .:/app
# - /app/node_modules
# container_name: portabase-app
db:
image: postgres:16-alpine
ports: