diff options
author | Tiago Pires <tandrepires@gmail.com> | 2015-07-20 14:53:53 +0100 |
---|---|---|
committer | Tiago Pires <tandrepires@gmail.com> | 2015-07-20 15:19:46 +0100 |
commit | a5f9077e5a7d334e7ec84cedc4d8465ff1e2d910 (patch) | |
tree | 51d92bc2af1dce55db5cb6d05f48a19b79e9ad49 /docker/blocks/option_db_postgresql/fig | |
parent | 548b95f7b593d80a241c9a1027eda6b4549ca995 (diff) |
Update docker image.
Shrink docker image.
Update from fig (deprecated) to docker-compose.
Update README.md.
Signed-off-by: Tiago Pires <tandrepires@gmail.com>
Diffstat (limited to 'docker/blocks/option_db_postgresql/fig')
-rw-r--r-- | docker/blocks/option_db_postgresql/fig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/blocks/option_db_postgresql/fig b/docker/blocks/option_db_postgresql/fig deleted file mode 100644 index c839e904..00000000 --- a/docker/blocks/option_db_postgresql/fig +++ /dev/null @@ -1,6 +0,0 @@ -db: - image: wyaeld/postgres:9.3 - environment: - POSTGRESQL_DB: gogs - POSTGRESQL_USER: gogs - POSTGRESQL_PASS: password |