Skip to content

Commit

Permalink
chore: edit makefile rules names, docker compose remove deprecate ver…
Browse files Browse the repository at this point in the history
…sion
  • Loading branch information
tristiisch committed Aug 17, 2024
1 parent 00c6ba1 commit c564376
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ DOCKER_CONTEXT_PREPROD := cookie-pulsheberg

.PHONY: logs

all: start-f logs
all: up-f logs

start:
@docker compose up -d --remove-orphans

start-f:
up-f:
@docker compose up -d --remove-orphans --force-recreate

start-b:
up-b:
@docker compose up -d --remove-orphans --build

stop:
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.dev.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
discord:
image: tristiisch/pyramid:latest
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.preprod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
discord:
image: tristiisch/pyramid:pre-prod
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.8'

services:
discord:
image: tristiisch/pyramid:latest
Expand Down
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
version: '3.7'

services:
discord:
build:
Expand Down

0 comments on commit c564376

Please sign in to comment.