Skip to content

Support for raw config in docker-compose file #320

Open
@WTFKr0

Description

@WTFKr0

Hi

I can't find a way to add a raw config in docker-compose file, so I think it's not possible
What I am trying to do is to deploy a stack with a config like :

version: "3.3"
services:
  caddy:
    image: caddy
    configs:
      - source: caddyfile
        target: /etc/Caddyfile
configs:
  caddyfile:
    raw: |
0.0.0.0
browse
log stdout
errors stdout

I think it impact the compose format itself

Cheers

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions