File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 4040
4141 - name : Set up Docker Buildx
4242 uses : docker/setup-buildx-action@v3
43+ with :
44+ platforms : linux/amd64,linux/arm64,linux/arm/v7
4345
4446 - name : Cache Docker layers
4547 uses : actions/cache@v4
7274 with :
7375 context : ./api
7476 push : true
77+ platforms : linux/amd64,linux/arm64,linux/arm/v7
7578 tags : ${{ steps.meta-api.outputs.tags }}
7679 labels : ${{ steps.meta-api.outputs.labels }}
7780 build-args : |
@@ -100,6 +103,7 @@ jobs:
100103 with :
101104 context : ./view
102105 push : true
106+ platforms : linux/amd64,linux/arm64,linux/arm/v7
103107 tags : ${{ steps.meta-view.outputs.tags }}
104108 labels : ${{ steps.meta-view.outputs.labels }}
105109 build-args : |
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 image : ghcr.io/${GITHUB_REPOSITORY:-raghavyuva/nixopus}-api:latest
66 container_name : nixopus-api
77 ports :
8- - " ${API_PORT:-8443}:${API_PORT:- 8443} "
8+ - " ${API_PORT:-8443}:8443"
99 restart : unless-stopped
1010 env_file :
1111 - ${NIXOPUS_HOME:-/etc/nixopus}/source/api/.env
@@ -52,7 +52,7 @@ services:
5252 args :
5353 - NEXT_PUBLIC_PORT=${NEXT_PUBLIC_PORT}
5454 ports :
55- - " ${NEXT_PUBLIC_PORT:-7443}:${NEXT_PUBLIC_PORT:- 7443} "
55+ - " ${NEXT_PUBLIC_PORT:-7443}:7443"
5656 restart : unless-stopped
5757 env_file :
5858 - ${NIXOPUS_HOME:-/etc/nixopus}/source/view/.env
You can’t perform that action at this time.
0 commit comments