Skip to content

Instantly share code, notes, and snippets.

View idubnori's full-sized avatar

idubnori

  • Tokyo, Japan
  • 19:50 (UTC +09:00)
View GitHub Profile
@idubnori
idubnori / docker-compose.yml
Last active April 19, 2018 15:32 — forked from ahromis/docker-compose.yml
Gogs armhf docker-compose.yml
version: '3'
services:
postgres:
image: armhf/postgres:9.6-alpine
restart: always
environment:
- POSTGRES_USER=${POSTGRES_USER}
- POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
- POSTGRES_DB=gogsdb
volumes: