Skip to content

Commit

Permalink
Add docker-compose.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
sartim committed Aug 5, 2024
1 parent 6ce54eb commit 1ceae80
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3'
services:
web-server:
build:
context: .
dockerfile: Dockerfile
container_name: user-service:latest
environment:
- SECRET_KEY=${SECRET_KEY}
- DB_HOST=${DB_HOST}
- DB_NAME=${DB_NAME}
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
image: ragnarok:latest
command: /build/drogon_user_service --action=run-server

0 comments on commit 1ceae80

Please sign in to comment.