Add Docker Compose file and update devcontainer.json
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
ports:
|
||||
- "3000:3000"
|
||||
# depends_on:
|
||||
# - db
|
||||
# db:
|
||||
# image: postgres
|
||||
# environment:
|
||||
# POSTGRES_PASSWORD: example
|
||||
Reference in New Issue
Block a user