diff --git a/backend/content/fixtures/Promocode.json b/backend/content/fixtures/Promocode.json index e2cd5cb..7fd1f74 100644 --- a/backend/content/fixtures/Promocode.json +++ b/backend/content/fixtures/Promocode.json @@ -1 +1 @@ -[{"model": "content.promocode", "pk": 1, "fields": {"ambassador": 1, "promocode": "R0TFEEIRHKG65W6fUS00", "is_active": false, "created_at": "2024-02-29T14:01:47.803Z"}}, {"model": "content.promocode", "pk": 2, "fields": {"ambassador": 1, "promocode": "AI3G59RZXKEKfAS1OELK", "is_active": true, "created_at": "2024-02-29T14:02:00.707Z"}}, {"model": "content.promocode", "pk": 3, "fields": {"ambassador": 2, "promocode": "2Y5HNDMCM8J1932VYVRA", "is_active": true, "created_at": "2024-02-29T14:02:06.173Z"}}, {"model": "content.promocode", "pk": 4, "fields": {"ambassador": 3, "promocode": "4KP6QPA72ZMKNCIAKYPf", "is_active": false, "created_at": "2024-02-29T14:02:11.498Z"}}, {"model": "content.promocode", "pk": 5, "fields": {"ambassador": 3, "promocode": "E6RWMF0UY1KfY2RVWf0Z", "is_active": true, "created_at": "2024-02-29T14:02:17.817Z"}}] +[{"model": "content.promocode", "pk": 1, "fields": {"ambassador": 1, "promocode": "R0TFEEIRHKG65W6", "is_active": false, "created_at": "2024-02-29T14:01:47.803Z"}}, {"model": "content.promocode", "pk": 2, "fields": {"ambassador": 1, "promocode": "AI3G59RZXKEKfAS", "is_active": true, "created_at": "2024-02-29T14:02:00.707Z"}}, {"model": "content.promocode", "pk": 3, "fields": {"ambassador": 2, "promocode": "2Y5HNDMCM8J1932", "is_active": true, "created_at": "2024-02-29T14:02:06.173Z"}}, {"model": "content.promocode", "pk": 4, "fields": {"ambassador": 3, "promocode": "4KP6QPA72ZMKNCI", "is_active": false, "created_at": "2024-02-29T14:02:11.498Z"}}, {"model": "content.promocode", "pk": 5, "fields": {"ambassador": 3, "promocode": "E6RWMF0UY1KfY2R", "is_active": true, "created_at": "2024-02-29T14:02:17.817Z"}}] diff --git a/docker-compose.production.yml b/docker-compose.production.yml index ebd4685..f0d0709 100644 --- a/docker-compose.production.yml +++ b/docker-compose.production.yml @@ -25,7 +25,7 @@ services: - 6379 worker: - build: ./backend/ + image: aleksey2299/ambassadors_backend:latest command: celery -A ambassadors_project worker -B -l info env_file: .env volumes: