Skip to content

Commit

Permalink
#64 apply to container test
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcellino-Palerme committed Dec 6, 2024
1 parent e8d4ee6 commit 37cd595
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: 2024 Marcellino Palerme <[email protected]>
#
# SPDX-License-Identifier: MIT
FROM node:latest
FROM quay.io/fedora/nodejs-22-minimal:latest
WORKDIR /EP2M2
COPY . .
EXPOSE 3000
Expand Down
10 changes: 5 additions & 5 deletions compose.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,19 @@

services:
api:
image: inraep2m2/service-p2m2tools-api:latest
image: ghcr.io/p2m2/service-p2m2tools-api:latest
container_name: p2m2ToolsApi
volumes:
- shareFile:/shareFile

db:
image: postgres:latest
image: quay.io/fedora/postgresql-16:latest
container_name: db
volumes:
- ./db/init.sql:/docker-entrypoint-initdb.d/init.sql
environment:
POSTGRES_PASSWORD: ep2m2
POSTGRES_USER: ep2m2
env_file:
- ./secrets/global.env
- ./environment/pg.env

volumes:
shareFile:
Expand Down

0 comments on commit 37cd595

Please sign in to comment.