Skip to content

Commit

Permalink
[ADD] docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
KennBro committed Jan 22, 2024
1 parent fe5b6e4 commit 18b1da9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: "3.3"
services:
app:
image: ${DC_IMAGE_NAME}:${DC_IMAGE_TAG}
ports:
- ${DC_HOST_PORT}:${DC_APP_PORT}
env_file: ./.env
restart: unless-stopped

0 comments on commit 18b1da9

Please sign in to comment.