Skip to content

Commit

Permalink
Merge pull request #8 from sartim/develop
Browse files Browse the repository at this point in the history
Update image name
  • Loading branch information
sartim authored Aug 5, 2024
2 parents 4845523 + dc9151f commit 409758b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ services:
build:
context: .
dockerfile: Dockerfile
container_name: user_service:latest
container_name: user_service
environment:
- SECRET_KEY=${SECRET_KEY}
- DB_HOST=${DB_HOST}
- DB_NAME=${DB_NAME}
- DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD}
image: ragnarok:latest
image: user_service:latest
command: /build/drogon_user_service --action=run-server

0 comments on commit 409758b

Please sign in to comment.