Skip to content

Commit

Permalink
add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed Jun 5, 2023
1 parent ff95cf4 commit 17ecdcd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ FROM nginx:1.23.2-alpine
COPY --from=builder /app/build /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]

8 changes: 8 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: '3.8'
services:
valhalla-app:
image: gisops/valhalla-app:test
container_name: valhalla-app
ports:
- 80:80
restart: always

0 comments on commit 17ecdcd

Please sign in to comment.