Skip to content

Commit

Permalink
✨ Docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
ilp-sys committed Apr 4, 2024
1 parent 7a15424 commit cf2ca57
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: '3'

services:
frontend:
container_name: aeye-fe
build:
dockerfile: Dockerfile
volumes:
- front-app:/aeye
ports:
- '3000:3000'

volumes:
front-app:
driver: local
driver_opts:
device: ./aeye
type: none
o: bind

0 comments on commit cf2ca57

Please sign in to comment.