File: docker-compose.yaml

package info (click to toggle)
python-userpath 1.9.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 771; makefile: 21; sh: 16
file content (15 lines) | stat: -rw-r--r-- 281 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3'

services:

  userpath:
    container_name: ${SHELL}-${DOCKERFILE}
    build:
      context: .
      dockerfile: ./${DOCKERFILE}
      args:
        PYTHON_VERSION: ${PYTHON_VERSION}
    environment:
      - SHELL=${SHELL}
    volumes:
      - ./../../:/home/userpath