Skip to content

Commit

Permalink
add: docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunwupark committed Jan 31, 2024
1 parent 291853f commit ba414ef
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: '3'
services:
web:
container_name: service
image: sunwupark/meme-service
expose:
- 8080
ports:
- "8080:8080"
environment:
- DB_URL=${DB_URL}
- DB_USERNAME=${DB_USERNAME}
- DB_PASS=${DB_PASS}

0 comments on commit ba414ef

Please sign in to comment.