• 1 Post
  • 2 Comments
Joined 1 year ago
cake
Cake day: October 4th, 2023

help-circle

  • I just cleared all images and containers to make sure I wasn’t working with any cache and that everything went fine.

    This message is expected because we are not defining any profiles: No active profile set, falling back to 1 default profile: “default”.

    Then I would have to see what error happened after that. The only properties required are the database connection properties.That being said, you can run compose.yml in the project root.It will build an image locally.Or replace the build: ./ line with the image: ghcr.io/vitormarcal/chatvault:latest

    docker-compose -f compose.yml

    I tested these two ways here and they continue to work. Have you added database information?