coria / deploy-coria (public) (License: Unspecified) (since 2017-03-17) (hash sha1)
Deploy CORIA backend, frontend and related services in Docker containers.
List of commits:
Subject Hash Author Date (UTC)
Change coria frontent default port to 80 0c3275fdd78705a653c30b4daef7a4de10579093 Vasilis Ververis 2017-04-11 21:17:04
Fix apt repository URL dc79b5094b347f0b0e1febdac430dee7c1a1b91b Vasilis Ververis 2017-04-06 21:02:05
Init CORIA Docker deployment 10b837fadc5ca0cd66a278093068e1c57519f770 Vasilis Ververis 2017-03-17 11:20:45
Commit 0c3275fdd78705a653c30b4daef7a4de10579093 - Change coria frontent default port to 80
Author: Vasilis Ververis
Author date (UTC): 2017-04-11 21:17
Committer name: Vasilis Ververis
Committer date (UTC): 2017-04-11 21:17
Parent(s): dc79b5094b347f0b0e1febdac430dee7c1a1b91b
Signing key:
Tree: 7ebca10e1606029365e8087d323f5c3e16cdbd9e
File Lines added Lines deleted
docker-compose.yml 1 1
File docker-compose.yml changed (mode: 100644) (index 7b865af..02d3411)
... ... coria-frontend:
8 8 build: ./frontend build: ./frontend
9 9 restart: always restart: always
10 10 ports: ports:
11 - "4567:4567"
11 - "80:4567"
12 12 links: links:
13 13 - redis - redis
14 14
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/coria/deploy-coria

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/coria/deploy-coria

Clone this repository using git:
git clone git://git.rocketgit.com/user/coria/deploy-coria

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main