Updated container registry and launch order
This commit is contained in:
parent
e3f2be7b08
commit
babfad9b78
@ -4,7 +4,7 @@ services:
|
|||||||
|
|
||||||
#Websites luke-else.co.uk (8000) snexo.co.uk (8001) divine-couture.co.uk (80) wmgzon.luke-else.co.uk (8080)
|
#Websites luke-else.co.uk (8000) snexo.co.uk (8001) divine-couture.co.uk (80) wmgzon.luke-else.co.uk (8080)
|
||||||
luke-else:
|
luke-else:
|
||||||
build: ./luke-else.co.uk
|
image: git.luke-else.co.uk/luke-else/luke-else.co.uk
|
||||||
container_name: luke-else
|
container_name: luke-else
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
@ -23,7 +23,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
divine-couture:
|
divine-couture:
|
||||||
image: lukeelse/divine-couture.co.uk:latest
|
image: git.luke-else.co.uk/luke-else/divine-couture.co.uk:latest
|
||||||
container_name: divine-couture
|
container_name: divine-couture
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
||||||
|
@ -2,16 +2,18 @@
|
|||||||
|
|
||||||
cd ./Traefik/
|
cd ./Traefik/
|
||||||
docker-compose pull && docker-compose up -d
|
docker-compose pull && docker-compose up -d
|
||||||
cd ..
|
|
||||||
|
|
||||||
cd ./Websites/
|
|
||||||
docker-compose pull && docker-compose up -d
|
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
cd ./Development/Gitea/
|
cd ./Development/Gitea/
|
||||||
docker-compose pull && docker-compose up -d
|
docker-compose pull && docker-compose up -d
|
||||||
cd ../..
|
cd ../..
|
||||||
|
|
||||||
|
sleep 20 # Allow Gitea + registry to start up before starting the rest of the services
|
||||||
|
|
||||||
|
cd ./Websites/
|
||||||
|
docker-compose pull && docker-compose up -d
|
||||||
|
cd ..
|
||||||
|
|
||||||
cd ./Database/
|
cd ./Database/
|
||||||
docker-compose pull && docker-compose up -d
|
docker-compose pull && docker-compose up -d
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user