Skip to content

Commit

Permalink
Merge pull request #1 from Asone/bugfix/host-accessibility
Browse files Browse the repository at this point in the history
Remote PR has been merged. We can then use this config. Merging.
  • Loading branch information
Asone committed Aug 15, 2018
2 parents f790c52 + 459cc75 commit b72f2a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions _provisioning/an-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ RUN wget --no-check-certificate https://raw.githubusercontent.com/stedolan/jq/ma
RUN git clone https://framagit.org/tricoteuses/tricoteuses-api-assemblee.git

WORKDIR tricoteuses-api-assemblee

EXPOSE 8000
6 changes: 5 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,16 @@ services:
assemblee:
build:
context: ./_provisioning/an-api
environment:
- ROCKET_ENV=staging
command: cargo run -p tricoteuses_api_assemblee -- -c Config.toml -v
volumes:
- ./_data:/assemblee-data/
depends_on:
- db

ports:
- 8000:8000

volumes:
pgdata:
_dumps:
Expand Down

0 comments on commit b72f2a9

Please sign in to comment.