feat: update docker-compose.yml with cron and watchtower services
This commit is contained in:
@@ -60,10 +60,10 @@
|
||||
- [x] verify multi-stage structure produces minimal runtime image (27.1MB)
|
||||
|
||||
### Task 2: Update docker-compose.yml
|
||||
- [ ] add `cron` service (Go cron binary, depends_on: postgres, redis)
|
||||
- [ ] add `watchtower` service (nickfedor/watchtower image, volume for docker.sock, command for cleanup)
|
||||
- [ ] add `redis_data` volume to volumes section
|
||||
- [ ] verify docker-compose.yml syntax with `docker-compose config`
|
||||
- [x] add `cron` service (Go cron binary, depends_on: postgres, redis)
|
||||
- [x] add `watchtower` service (nickfedor/watchtower image, volume for docker.sock, command for cleanup)
|
||||
- [x] add `redis_data` volume to volumes section
|
||||
- [x] verify docker-compose.yml syntax with `docker-compose config`
|
||||
|
||||
### Task 3: Create Gitea Actions CI/CD Workflow
|
||||
- [ ] create `.gitea/workflows/deploy.yml` file
|
||||
|
||||
Reference in New Issue
Block a user