This commit is contained in:
Bozhidar 2024-05-10 21:28:51 +03:00
parent 966677ef2a
commit 5acfeca7b0
2 changed files with 5 additions and 2 deletions

View file

@ -7,9 +7,9 @@
# You can add other services your application may depend on here, such as a # 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: # database or a cache. For examples, see the Awesome Compose repository:
# https://github.com/docker/awesome-compose # https://github.com/docker/awesome-compose
name: phyre-panel name: phyre
services: services:
app: panel:
platform: linux/amd64 platform: linux/amd64
ports: ports:
- 8443:8443 - 8443:8443

View file

@ -0,0 +1,3 @@
docker compose up --build
docker tag phyre-panel:latest bobicloudvision/phyrepanel:latest
docker push bobicloudvision/phyrepanel:latest