Skip to content

Instantly share code, notes, and snippets.

@Cibernomadas
Created July 29, 2018 22:05
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/d26692e2c1a1387bf802590391fa596d to your computer and use it in GitHub Desktop.
Save Cibernomadas/d26692e2c1a1387bf802590391fa596d to your computer and use it in GitHub Desktop.
version: "2"
networks:
gitea:
external: false
volumes:
gitea:
driver: local
services:
server:
image: cibernomadas/gitea
restart: always
networks:
- gitea
volumes:
- gitea:/data
ports:
- "3000:3000"
- "2222:22"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment