websoft9/docker
qiaofeng1227 f7a0bad79c proxy
2023-09-26 17:04:00 +08:00
..
apphub apphub 2023-09-23 14:28:03 +08:00
deployment update systemd 2023-09-23 10:41:35 +08:00
git gitea 2023-09-26 14:09:13 +08:00
proxy proxy 2023-09-26 17:04:00 +08:00
.env deletes 2023-09-19 20:06:11 +08:00
docker-compose.yml update systemd 2023-09-23 10:41:35 +08:00
README.md readme 2023-09-21 17:31:04 +08:00

Docker

Test it

All backend services of Websoft9 is packaged to Docker image, just these steps you can running them:

curl -fsSL https://get.docker.com -o get-docker.sh && sh get-docker.sh && sudo systemctl enable docker && sudo systemctl start docker
sudo docker network create websoft9
wget https://websoft9.github.io/websoft9/docker/.env
wget https://websoft9.github.io/websoft9/docker/docker-compose.yml
sudo docker compose -p websoft9 up -d

If you want only start a service, e.g. you can use sudo docker compose -p websoft9 up -d apphub

Develop it

The folder apphub, deployment, git, proxy stored development files, and used for:

  • Optimize dockerfile
  • Release version
  • Build docker image by Githuh action