Skip to content
This repository was archived by the owner on Jun 9, 2023. It is now read-only.

Commit cc62c9d

Browse files
author
Zara Kay
committed
add docker compose file
1 parent d3115ce commit cc62c9d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker-compose.yml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: '2'
2+
services:
3+
levelup:
4+
build: .
5+
environment:
6+
- AWS_BUCKET
7+
- AWS_ACCESS_KEY_ID
8+
- AWS_SECRET_ACCESS_KEY

0 commit comments

Comments
 (0)