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 175
    • Issues 175
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • 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
  • #412

Closed
Open
Opened Oct 08, 2024 by Christian Merten@cmerten
  • Report abuse
  • New issue
Report abuse New issue

docker: services.caddy Additional property network is not allowed

After bumping my local installation of gargantext to current dev, I get the following error on running docker compose up in devops/docker:

validating /../haskell-gargantext/devops/docker/docker-compose.yaml: services.caddy Additional property network is not allowed

Commenting out the caddy section in docker-compose.yaml makes it work again. Apparently, the issue arises with the network: host line in the caddy section, since commenting out network: host yields a different error.

Version information

docker --version yields Docker version 27.2.0, build 3ab4256. This is on Debian Bookworm.

Edited Oct 08, 2024 by Christian Merten
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#412