Compare commits

...

2 Commits

Author SHA1 Message Date
709aba439e
Update compose.yaml
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 1m51s
2025-06-10 15:57:23 +01:00
a8bf406db3
Update publish.yml 2025-06-10 15:50:22 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -38,6 +38,7 @@ jobs:
run: ./compose.sh
env:
SERVER_IP: ${{ vars.SERVER_IP }}
SERVER_PORT: ${{ vars.SERVER_PORT }}
- name: Stop container and remove old images
continue-on-error: true

View File

@ -11,7 +11,7 @@ services:
context: .
dockerfile: ./Dockerfile
ports:
- "3000:3000"
- "127.0.0.1:3000:3000"
restart: unless-stopped
networks:
- portfolio_net