File: compose.yaml

package info (click to toggle)
golang-github-compose-spec-compose-go 2.4.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,628 kB
  • sloc: makefile: 36; sh: 8
file content (12 lines) | stat: -rw-r--r-- 294 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
services:
  service:
    build:
      dockerfile_inline: |
        FROM busybox
        COPY compose-test-extends-imported.yaml compose.yaml
    volumes:
      - type: bind
        source: compose-test-extends-imported.yaml
        target: /mnt/bind/compose.yaml
    env_file:
      - extra.env