Skip to content

Instantly share code, notes, and snippets.

@yuliji
Created January 18, 2018 07:27
Show Gist options
  • Save yuliji/d5432876abe67683ceeb77224e7d16ae to your computer and use it in GitHub Desktop.
Save yuliji/d5432876abe67683ceeb77224e7d16ae to your computer and use it in GitHub Desktop.
[postgresql docker]
version: '3'
services:
eudb:
image: "192.168.10.200:5000/zhparser:9.6"
environment:
POSTGRES_DB: "campus"
POSTGRES_USER: "osqa"
POSTGRES_PASSWORD: "RenCaiXue1234$$"
volumes:
- "./eudb/log:/var/log/postgres"
- "./eudb/data:/var/lib/postgresql/data"
ports:
- 5431:5432/tcp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment