Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created August 23, 2018 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cibernomadas/2599fbddbf6c743d401574a798d56840 to your computer and use it in GitHub Desktop.
Save Cibernomadas/2599fbddbf6c743d401574a798d56840 to your computer and use it in GitHub Desktop.
version: "3.0"
volumes:
gitea:
driver: local
services:
server:
image: cibernomadas/gitea
restart: always
networks:
- traefik_net
volumes:
- gitea:/data
ports:
- "2222:22"
labels:
traefik.enable: "true"
traefik.frontend.rule: "Host:dev.cibernomadas.es"
traefik.port: "3000"
traefik.frontend.entryPoints: "http"
traefik.backend: "gitea"
traefik.docker.network: "traefik_net"
networks:
traefik_net:
external: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment