FROM vaultwarden/server:latest # This is a placeholder - the actual PostgreSQL support should be built into the image # The latest image should support PostgreSQL by default # If not, we would need to build from source with DB=postgresql ENV DATABASE_URL=postgresql://vaultwarden:vaultwarden123@postgres_postgres:5432/vaultwarden ENV DATA_FOLDER=/data