forked from forgejo/forgejo
Update docker image.
Shrink docker image. Update from fig (deprecated) to docker-compose. Update README.md. Signed-off-by: Tiago Pires <tandrepires@gmail.com>
This commit is contained in:
parent
548b95f7b5
commit
a5f9077e5a
17 changed files with 31 additions and 41 deletions
7
docker/blocks/w_db_session/docker-compose
Normal file
7
docker/blocks/w_db_session/docker-compose
Normal file
|
@ -0,0 +1,7 @@
|
|||
gogs:
|
||||
build: docker
|
||||
links:
|
||||
- db
|
||||
- session
|
||||
ports:
|
||||
- "3000:3000"
|
Loading…
Add table
Add a link
Reference in a new issue