Skip to content

Commit

Permalink
fix CI 3
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Mar 24, 2023
1 parent 80387fb commit a59b8ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
version: "2.3"

services:
service_template-container:
Timetable-VSU-backend-container:
image: ghcr.io/userver-framework/docker-userver-build-base:v1a
privileged: true
network_mode: bridge
environment:
- PREFIX=${PREFIX:-~/.local}
- CC
- CCACHE_DIR=/service_template/.ccache
- CCACHE_DIR=/Timetable-VSU-backend/.ccache
- CCACHE_HASHDIR
- CCACHE_NOHASHDIR
- CCACHE_PREFIX
Expand All @@ -18,10 +18,10 @@ services:
- CXX
- MAKE_OPTS
volumes:
- .:/service_template:rw
- .:/Timetable-VSU-backend:rw
- ./third_party/userver/tools/docker:/tools:ro
ports:
- 8080:8080
working_dir: /service_template
working_dir: /Timetable-VSU-backend
entrypoint:
- /tools/run_as_user.sh

0 comments on commit a59b8ae

Please sign in to comment.