Skip to content

Commit

Permalink
feat: added nginx container
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenGalvia authored Jun 12, 2024
1 parent 6d6d182 commit 7f9c481
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,15 @@ services:
- RABBITMQ_DEFAULT_USER=rabbitmq
- RABBITMQ_DEFAULT_PASS=rabbitmq

extrados:
image: nginx
environment:
- NGINX_PORT=80
volumes:
- ${EXTRADOS_PROJECT_ROOT}/dist:/usr/share/nginx/html
ports:
- '8080:80'

volumes:
arches-log:
arches-static:
Expand Down

0 comments on commit 7f9c481

Please sign in to comment.