Skip to content

Commit

Permalink
Create docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jonfairbanks committed Nov 25, 2024
1 parent d28abd3 commit 0565f06
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: '3.8'

services:
yo-api:
# build:
# context: .
# dockerfile: src/Dockerfile
image: jonfairbanks/yo-api
ports:
- "3000:3000"
env_file:
- .env.development

0 comments on commit 0565f06

Please sign in to comment.