mirror of
https://github.com/r-freeman/portfolio.git
synced 2025-06-27 19:20:21 +00:00
All checks were successful
Build And Publish / BuildAndPublish (push) Successful in 1m51s
18 lines
336 B
YAML
18 lines
336 B
YAML
networks:
|
|
portfolio_net:
|
|
driver: bridge
|
|
name: portfolio_net
|
|
|
|
services:
|
|
portfolio_frontend:
|
|
container_name: portfolio_frontend
|
|
image: portfolio/frontend
|
|
build:
|
|
context: .
|
|
dockerfile: ./Dockerfile
|
|
ports:
|
|
- "127.0.0.1:3000:3000"
|
|
restart: unless-stopped
|
|
networks:
|
|
- portfolio_net
|