diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ed59cab..67ee79c 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -28,4 +28,4 @@ jobs: run: | docker compose build bot docker compose pull - docker compose up -d --build \ No newline at end of file + docker compose up -d \ No newline at end of file diff --git a/compose.yml b/compose.yml index 8a7ea32..dbce48a 100644 --- a/compose.yml +++ b/compose.yml @@ -1,7 +1,7 @@ services: bot: &bot - image: nowplaybot + image: nowplaybot:latest build: . env_file: - .env.production