Skip to content

Commit

Permalink
push to image registry
Browse files Browse the repository at this point in the history
  • Loading branch information
Mautjee committed Oct 9, 2024
1 parent f122530 commit bbe71cb
Showing 1 changed file with 12 additions and 15 deletions.
27 changes: 12 additions & 15 deletions k8s/production/skaffold.production.light.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,51 +3,48 @@ kind: Config
metadata:
name: chicmoz-prod
build:
local:
push: false
artifacts:
- image: chicmoz-base
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
context: .
docker:
dockerfile: Dockerfile
- image: explorer-ui
- image: registry.digitalocean.com/aztlan-containers/explorer-ui
context: services/explorer-ui
docker:
dockerfile: Dockerfile
buildArgs:
NODE_ENV: "production"
VITE_API_URL: "https://api.chicmoz.info/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4"
VITE_WS_URL: "wss://ws.chicmoz.info"
VITE_API_URL: "https://api.chicmoz.info/v1/d1e2083a-660c-4314-a6f2-1d42f4b944f4" # TODO: change the api key
requires:
- image: chicmoz-base
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
- image: auth
- image: registry.digitalocean.com/aztlan-containers/auth
context: services/auth
docker:
dockerfile: Dockerfile
requires:
- image: chicmoz-base
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
- image: aztec-listener
- image: registry.digitalocean.com/aztlan-containers/aztec-listener
context: services/aztec-listener
docker:
dockerfile: Dockerfile
requires:
- image: chicmoz-base
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
- image: explorer-api
- image: registry.digitalocean.com/aztlan-containers/explorer-api
context: services/explorer-api
docker:
dockerfile: Dockerfile
requires:
- image: chicmoz-base
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
- image: websocket-event-publisher
- image: registry.digitalocean.com/aztlan-containers/websocket-event-publisher
context: services/websocket-event-publisher
docker:
dockerfile: Dockerfile
requires:
- image: chicmoz-base
- image: registry.digitalocean.com/aztlan-containers/chicmoz-base
alias: BASE
manifests:
rawYaml:
Expand Down

0 comments on commit bbe71cb

Please sign in to comment.