Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Oct 6, 2023
1 parent a714403 commit a69d790
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,24 @@ version: "3.4"
services:
revad:
image: ${REVAD_IMAGE}
# build:
# context: ../../
# dockerfile: docker/Dockerfile.revad-eos
volumes:
- ../revad:/etc/revad
working_dir: /etc/revad/
healthcheck:
test: sleep 5
eos-storage:
image: ${EOS_FULL_IMAGE}
build:
# context: ../../
context: eos-storage
dockerfile: Dockerfile
# volumes:
# - ./eos-storage/scripts:/mnt/scripts
# - ./eos-storage/sssd/sssd.conf:/etc/sssd/sssd.conf
# entrypoint: /mnt/scripts/eos-run.sh
security_opt:
- seccomp:unconfined
ulimits:
Expand Down

0 comments on commit a69d790

Please sign in to comment.