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 @@ @@ -1,5 +1,5 @@
# Step 1: Build the application
FROM node:20-alpine as builder
FROM node:alpine AS builder
ARG VITE_PROXY_SERVER
ENV VITE_PROXY_SERVER=${VITE_PROXY_SERVER}

2
docker-compose.dev.yml

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

2
docker-compose.yml

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

Loading…
Cancel
Save