Skip to content

Commit

Permalink
change docker name
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Oct 27, 2023
1 parent e234d92 commit 1985143
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions compose.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
services:
ksox-finance:
container_name: ksox-finance
hostname: ksox-finance
ksox-web:
container_name: ksox-web
hostname: ksox-web
build:
context: ./
dockerfile: ./ksox-finance.dockerfile
dockerfile: ./ksox-web.dockerfile
ports:
- 0.0.0.0:3000:80
File renamed without changes.
6 changes: 3 additions & 3 deletions skaffold.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: skaffold/v4beta6
kind: Config
metadata:
name: ksox-finance
name: ksox-web
build:
platforms:
- linux/amd64
artifacts:
- image: ksox-finance
- image: ksox-web
context: ./
docker:
dockerfile: ksox-finance.dockerfile
dockerfile: ksox-web.dockerfile
manifests:
kustomize:
paths:
Expand Down

0 comments on commit 1985143

Please sign in to comment.