initial release of gogs for Rancher Community Catalog
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
gogs:
|
||||
image: gogs/gogs:latest
|
||||
ports:
|
||||
- ${http_port}:3000
|
||||
- ${ssh_port}:22
|
||||
links:
|
||||
- mysql:db
|
||||
|
||||
mysql:
|
||||
image: mysql:latest
|
||||
ports:
|
||||
- ${public_port}:3306
|
||||
environment:
|
||||
MYSQL_ROOT_PASSWORD: ${mysql_password}
|
||||
Reference in New Issue
Block a user