File: docker-compose.yml

package info (click to toggle)
apt-mirror2 15-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,388 kB
  • sloc: python: 5,337; sh: 23; makefile: 14
file content (15 lines) | stat: -rw-r--r-- 283 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
services:
  apt-mirror2-vscode:
    build:
      context: ../
      dockerfile: .devcontainer/Dockerfile
      args:
        PYTHON_VERSION: '3.10'
    image: apt-mirror2-vscode
    volumes:
      - "../:/workspace:cached"
    networks:
      - apt-mirror2

networks:
  apt-mirror2: