Skip to content

Commit

Permalink
Add a naming convention for PM images names
Browse files Browse the repository at this point in the history
  • Loading branch information
BitK committed Jul 19, 2021
1 parent eb15872 commit c41d478
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:

powerdns:
container_name: pm_powerdns
image: pm-powerdns
build:
context: ./dockers/powerdns
args:
Expand Down Expand Up @@ -59,7 +60,7 @@ services:

traefik:
container_name: pm_traefik
image: traefik
image: pm-traefik
build:
context: ./dockers/traefik
args:
Expand Down Expand Up @@ -93,6 +94,7 @@ services:
##
logbeat:
container_name: pm_logbeat
image: pm-logbeat
build:
context: ./dockers/logbeat
user: root
Expand Down
6 changes: 4 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:

powerdns:
container_name: pm_powerdns
image: pm-powerdns
build:
context: ./dockers/powerdns
args:
Expand Down Expand Up @@ -59,7 +60,7 @@ services:

traefik:
container_name: pm_traefik
image: traefik
image: pm-traefik
build:
context: ./dockers/traefik
args:
Expand Down Expand Up @@ -92,6 +93,7 @@ services:
##
logbeat:
container_name: pm_logbeat
image: pm-logbeat
build:
context: ./dockers/logbeat
user: root
Expand All @@ -108,7 +110,7 @@ services:
##
manager:
container_name: pm_manager
image: "pm_manager"
image: "pm-manager"
build:
context: ./dockers/manager
depends_on:
Expand Down

0 comments on commit c41d478

Please sign in to comment.