Skip to content
Snippets Groups Projects
docker-compose.yml 292 B
Newer Older
  • Learn to ignore specific revisions
  • meskio's avatar
    meskio committed
    cicer:
      container_name: cicer
      hostname: cicer
      image: cicer
      restart: always
      user: 112:65534
      ports:
        - "0.0.0.0:8080:8080"
      volumes:
        - /opt/cicer:/data
      environment:
        - SIGNKEY=<some-random-key>
        - MAIL_SERVER=
        - MAIL_ADDR=
        - MAIL_PASS=
    
    meskio's avatar
    meskio committed
        - TZ=Europe/Madrid