Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in
haskell-gargantext
haskell-gargantext
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 159
    • Issues 159
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 6
    • Merge Requests 6
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • gargantext
  • haskell-gargantexthaskell-gargantext
  • Issues
  • #450

Closed
Open
Opened Mar 03, 2025 by Przemyslaw Kaminski@cgenie
  • Report abuse
  • New issue
Report abuse New issue

project in `docker-compose`

There is one "issue" I discovered today, that has to do with docker: basically, we have the docker-compose.yaml file, when you docker-compose up, it creates containers with names as in that file, but prefixes them with parent directory name.

Currently it's docker, which isn't very unique (I have other projects that have docker-compose.yaml in a docker directory) so it can cause conflicts:

https://docs.docker.com/compose/how-tos/project-name/

The solution is to add top-level name: gargantext, but since we use named volumes, such a change could reset your current config.

@anoe Do you use docker-compose on test etc instances? I guess for devs it's not that important.

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: gargantext/haskell-gargantext#450