Skip to content

Commit

Permalink
Updated Docker Compose to use Published Image and Volume
Browse files Browse the repository at this point in the history
  • Loading branch information
TanmoySG authored Jun 29, 2022
1 parent 879b0a9 commit d0f667a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '3.4'

services:
logsmithmonitor:
image: logsmithmonitor
build:
context: .
dockerfile: ./Dockerfile
environment:
NODE_ENV: production
monitor:
image: ghcr.io/tanmoysg/logsmith-monitor:latest
ports:
- 8080:8080
volumes:
- monitorvolume:/usr/src/app/logfiles

volumes:
monitorvolume:

0 comments on commit d0f667a

Please sign in to comment.