Updated for v2.0-beta3
This commit is contained in:
parent
573486f0b4
commit
898683eeb2
|
@ -18,7 +18,7 @@ RUN apk add --no-cache \
|
||||||
|
|
||||||
WORKDIR /opt
|
WORKDIR /opt
|
||||||
|
|
||||||
ARG BRANCH=v2-beta
|
ARG BRANCH=v2.0-beta3
|
||||||
ARG URL=https://github.com/digitalocean/netbox/archive/$BRANCH.tar.gz
|
ARG URL=https://github.com/digitalocean/netbox/archive/$BRANCH.tar.gz
|
||||||
RUN wget -q -O - "${URL}" | tar xz \
|
RUN wget -q -O - "${URL}" | tar xz \
|
||||||
&& ln -s netbox* netbox
|
&& ln -s netbox* netbox
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: '3'
|
||||||
services:
|
services:
|
||||||
netbox:
|
netbox:
|
||||||
build: .
|
build: .
|
||||||
image: digitalocean/netbox:v2.0-beta2
|
image: digitalocean/netbox:v2.0-beta3
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
env_file: netbox.env
|
env_file: netbox.env
|
||||||
|
|
Loading…
Reference in New Issue