Blame view

conf/docker-compose.yml 483 Bytes
192acbdc   le sidaner   passage bulleyes ...
1
version: "3.5"
de175623   Philippe Hamy   ajoute la conf do...
2
3
4
services:

  dachs:
561a7671   Benjamin Renard   Update CDPP conf.
5
6
    container_name: dachs-cdpp
    image: dachs-cdpp
de175623   Philippe Hamy   ajoute la conf do...
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
    tty: true
    expose:
      - "80"
      - "8080"
      - "22"
    ports:
      - "2222:22"
      - "80:80"
      - "8080:8080"
    build:
      context: .
      dockerfile: dachs-dockerfile
      args:
        - "VERSION=${VERSION}"
        - "SERVER=${SERVER}"
        - "GITURL=${GITURL}"
        - "GIT=${GIT}"
    secrets:
      - source: id_rsa

secrets:
  id_rsa:
561a7671   Benjamin Renard   Update CDPP conf.
29
    file: rsa.prive