Skip to content
This repository has been archived by the owner on Feb 23, 2020. It is now read-only.

Implemented backup collection container #130

Merged
merged 3 commits into from
Oct 25, 2017
Merged

Conversation

dveselov
Copy link
Contributor

По аналогии с fidals/shopelectro#186

Related to #117

docker/Makefile Outdated
@@ -20,6 +20,9 @@ test: test-env-up
$(dc) exec stb-python python manage.py test --liveserver=stb-python:8001-8010 --parallel=8
$(dc) stop

backup:
@docker-compose -f docker-compose-production.yml up stb-backup-data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$(dcp) up stb-backup-data

и коммент # for serv env перед секцией плз

docker/Makefile Outdated
@@ -20,6 +20,10 @@ test: test-env-up
$(dc) exec stb-python python manage.py test --liveserver=stb-python:8001-8010 --parallel=8
$(dc) stop

# for serv env
backup:
@(dcp) up stb-backup-data
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

эта штука не заработает вроде. Нужно так: @(dcp) -> $(dcp)

@dveselov dveselov merged commit e6d1e39 into master Oct 25, 2017
@dveselov dveselov deleted the 117-backup-collection branch October 25, 2017 04:21
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants