STOIE / docker

STOIE Docker
0 stars 0 forks source link

Required #2

Open STOIE opened 10 years ago

STOIE commented 10 years ago

Specifics:

I'm sure there is more I am missing.

STOIE commented 10 years ago

Base done.

STOIE commented 10 years ago

Aptproxy, almost done, just needs a cleanup.

STOIE commented 10 years ago

DDNS, almost done, again, could do with a clean.

STOIE commented 10 years ago

Owncloud, pretty much done.

STOIE commented 10 years ago

GlusterFS server - done.

STOIE commented 10 years ago

P1 - Need to setup logging (timestamp) and re-write on PostgreSQL.

STOIE commented 10 years ago

For nagios, see:

https://registry.hub.docker.com/u/cpuguy83/nagios/dockerfile/

STOIE commented 10 years ago

Owncloud: Need setup pass $1 for installed on initiate.sh

STOIE commented 10 years ago

Need docker-registry-ui

STOIE commented 10 years ago

http://shipyard-project.com/

STOIE commented 10 years ago

Minimum config for registry was:

common:
    standalone: true
    loglevel: info

prod:
    loglevel: warn
    storage: s3
    s3_access_key: _env:AWS_S3_ACCESS_KEY
    s3_secret_key: _env:AWS_S3_SECRET_KEY
    s3_bucket: _env:AWS_S3_BUCKET
    boto_bucket: _env:AWS_S3_BUCKET
    storage_path: /srv/docker
    smtp_host: localhost
    from_addr: docker@myself.com
    to_addr: my@myself.com

dev:
    loglevel: debug
    storage: local
    storage_path: /tmp/docker
    standalone: true
    disable_token_auth: true
STOIE commented 10 years ago

Added Jenkins

monkeypants commented 9 years ago

@STOIE can we close this ticket and move any remaining images to their own individual tickets in administrivia?