1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
version: '3.3' services: app: build: dockerfile: ./Dockerfile context: ./ volumes: - ./stuff:/stuff - ./cgitrc:/etc/cgitrc - /opt/cgit_repos:/repos:ro networks: webapps: aliases: - fastcgi networks: webapps: external: true