mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-06-27 20:30:21 +00:00
Compare commits
2 Commits
662302901d
...
709aba439e
Author | SHA1 | Date | |
---|---|---|---|
709aba439e | |||
a8bf406db3 |
@ -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
|
||||
|
@ -11,7 +11,7 @@ services:
|
||||
context: .
|
||||
dockerfile: ./Dockerfile
|
||||
ports:
|
||||
- "3000:3000"
|
||||
- "127.0.0.1:3000:3000"
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- portfolio_net
|
||||
|
Loading…
x
Reference in New Issue
Block a user