mirror of
				https://github.com/r-freeman/portfolio.git
				synced 2025-11-04 15:51:11 +00:00 
			
		
		
		
	Compare commits
	
		
			2 Commits
		
	
	
		
			662302901d
			...
			709aba439e
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 709aba439e | |||
| a8bf406db3 | 
@ -38,6 +38,7 @@ 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:
 | 
				
			||||||
      - "3000:3000"
 | 
					      - "127.0.0.1:3000:3000"
 | 
				
			||||||
    restart: unless-stopped
 | 
					    restart: unless-stopped
 | 
				
			||||||
    networks:
 | 
					    networks:
 | 
				
			||||||
      - portfolio_net
 | 
					      - portfolio_net
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user