mirror of
https://github.com/PhyreApps/PhyrePanel.git
synced 2024-11-21 15:10:25 +00:00
update
This commit is contained in:
parent
966677ef2a
commit
5acfeca7b0
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
3
docker/publish-to-docker.sh
Normal file
3
docker/publish-to-docker.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
docker compose up --build
|
||||
docker tag phyre-panel:latest bobicloudvision/phyrepanel:latest
|
||||
docker push bobicloudvision/phyrepanel:latest
|
Loading…
Reference in a new issue