mirror of
https://github.com/mitchell/selfpass.git
synced 2025-12-14 13:27:21 +00:00
Rename prod compose file and modify Makefile for stacks
This commit is contained in:
parent
d83a4641a3
commit
d1d53b480e
3 changed files with 36 additions and 19 deletions
|
|
@ -9,14 +9,14 @@ build:
|
|||
clean:
|
||||
rm -rf ./bin ./vendor
|
||||
|
||||
local:
|
||||
docker-compose up -d
|
||||
deploy:
|
||||
docker stack deploy -c docker-stack.yml selfpass
|
||||
|
||||
up:
|
||||
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up
|
||||
docker-compose up
|
||||
|
||||
upd:
|
||||
docker-compose -f docker-compose.yml -f docker-compose.prod.yml up -d
|
||||
docker-compose up -d
|
||||
|
||||
down:
|
||||
docker-compose down
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue