Skip to content

Instantly share code, notes, and snippets.

View qtopie's full-sized avatar

qtopie.rw qtopie

  • GuangZhou, China
View GitHub Profile
@qtopie
qtopie / docker-compose.yml
Created January 14, 2019 16:02
gogs docker compose
version: '3'
services:
postgres:
image: postgres:11
restart: always
environment:
- "POSTGRES_USER=postgres"
- "POSTGRES_PASSWORD=postgres1234"
- "POSTGRES_DB=gogs"
@qtopie
qtopie / drone-ci.md
Last active June 9, 2019 16:07
Drone CI deployment with docker