Browse Source

basic imwald configuration

imwald
Silberengel 5 months ago
parent
commit
f7d7023001
  1. 2
      Dockerfile
  2. 2
      docker-compose.dev.yml
  3. 2
      docker-compose.yml

2
Dockerfile

@ -1,5 +1,5 @@
# Step 1: Build the application # Step 1: Build the application
FROM node:20-alpine as builder FROM node:alpine AS builder
ARG VITE_PROXY_SERVER ARG VITE_PROXY_SERVER
ENV VITE_PROXY_SERVER=${VITE_PROXY_SERVER} ENV VITE_PROXY_SERVER=${VITE_PROXY_SERVER}

2
docker-compose.dev.yml

@ -1,6 +1,6 @@
services: services:
jumble: jumble:
container_name: jumble-nginx container_name: imwald-jumble
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile

2
docker-compose.yml

@ -2,7 +2,7 @@ version: "3.8"
services: services:
jumble: jumble:
container_name: jumble-nginx container_name: imwald-jumble
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile

Loading…
Cancel
Save