Skip to content

Commit

Permalink
feat: docker compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
mayraamaral committed May 26, 2024
1 parent 70407aa commit e1fe333
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
version: '3.2'

services:
portfolio:
image: ghcr.io/mayraamaral/portfolio:main
ports:
- 4200:4200
volumes:
- portfolio/:/usr/src/app
networks:
- npm_public
volumes:
portfolio:
external: true
networks:
npm_public:
external: true

0 comments on commit e1fe333

Please # to comment.