Skip to content

Commit aa18be5

Browse files
committed
Simplify Docker config
1 parent ef20722 commit aa18be5

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ WORKDIR /cesium
2828
RUN bash -c "source /cesium_env/bin/activate && \
2929
make paths && \
3030
make dependencies && \
31-
cp docker/cesium.yaml ./docker.yaml && \
3231
chown -R cesium.cesium /cesium_env && \
3332
chown -R cesium.cesium /cesium"
3433

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fit a model, and generate predictions for new data.
1414
The easiest way to try the web app is to run it through Docker:
1515

1616
1. Download the docker-compose file for Cesium:
17-
`curl -Lo docker-compose.yml https://raw.githubusercontent.com/cesium-ml/cesium_web/master/docker-compose/docker-compose.yml`
17+
`curl -Lo docker-compose.yaml https://raw.githubusercontent.com/cesium-ml/cesium_web/master/docker-compose.yaml`
1818

1919
2. Ensure you have Docker Compose up and running, then:
2020
`docker-compose up`
@@ -45,7 +45,7 @@ The easiest way to try the web app is to run it through Docker:
4545
- On Linux:
4646

4747
1. Using `apt-get`: `sudo apt-get install nginx supervisor postgresql libpq-dev npm nodejs-legacy`
48-
2. It may be necessary to configure your database permissions: at the end of your `pg_hba.conf` (typically in `/etc/postgresql/9.5/main`), add the following lines:
48+
2. It may be necessary to configure your database permissions: at the end of your `pg_hba.conf` (typically in `/etc/postgresql/9.6/main`), add the following lines:
4949

5050
```
5151
local all postgres peer

docker-compose/docker-compose.yml renamed to docker-compose.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ db:
1111
- POSTGRES_USER=cesium
1212
- POSTGRES_PASSWORD=
1313
- POSTGRES_DB=cesium
14-
File renamed without changes.

0 commit comments

Comments
 (0)