Skip to content

Commit

Permalink
added for demo purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
growlf committed Feb 4, 2024
1 parent 54fc557 commit 123796f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docker-compose_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: "3.9"

services:
myapp:
container_name: myapp
image: dockerstepbystep:latest
build: .
ports:
- "8080:8080"
volumes:
- "app_data:/var/app_data"

0 comments on commit 123796f

Please sign in to comment.