mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-11-04 22:31:11 +00:00
Compare commits
No commits in common. "709aba439e09b755926f7e22dc3d081c8f594cd5" and "662302901dd02ba893dda638bc002b3b81325e9d" have entirely different histories.
709aba439e
...
662302901d
@ -38,7 +38,6 @@ jobs:
|
|||||||
run: ./compose.sh
|
run: ./compose.sh
|
||||||
env:
|
env:
|
||||||
SERVER_IP: ${{ vars.SERVER_IP }}
|
SERVER_IP: ${{ vars.SERVER_IP }}
|
||||||
SERVER_PORT: ${{ vars.SERVER_PORT }}
|
|
||||||
|
|
||||||
- name: Stop container and remove old images
|
- name: Stop container and remove old images
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|||||||
@ -11,7 +11,7 @@ services:
|
|||||||
context: .
|
context: .
|
||||||
dockerfile: ./Dockerfile
|
dockerfile: ./Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:3000:3000"
|
- "3000:3000"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
- portfolio_net
|
- portfolio_net
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user