diff --git a/docker/compose.yaml b/docker/compose.yaml index 3e9bbb4..c54e84d 100644 --- a/docker/compose.yaml +++ b/docker/compose.yaml @@ -7,9 +7,9 @@ # You can add other services your application may depend on here, such as a # database or a cache. For examples, see the Awesome Compose repository: # https://github.com/docker/awesome-compose -name: phyre-panel +name: phyre services: - app: + panel: platform: linux/amd64 ports: - 8443:8443 diff --git a/docker/publish-to-docker.sh b/docker/publish-to-docker.sh new file mode 100644 index 0000000..b48606d --- /dev/null +++ b/docker/publish-to-docker.sh @@ -0,0 +1,3 @@ +docker compose up --build +docker tag phyre-panel:latest bobicloudvision/phyrepanel:latest +docker push bobicloudvision/phyrepanel:latest