dell / patches

Apache License 2.0
3 stars 2 forks source link

systemd service not currently behaving correctly #21

Open grantcurell opened 10 months ago

grantcurell commented 10 months ago
[grant@patches patches]$ bash podman-build/patches.sh stop
################################################################################
    ___            _              _
   | _ \  __ _    | |_     __    | |_      ___     ___
   |  _/ / _` |   |  _|   / _|   | ' \    / -_)   (_-<
  _|_|_  \__,_|   _\__|   \__|_  |_||_|   \___|   /__/_
_| """ |_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|_|"""""|
"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'"`-0-0-'
################################################################################
################################################################################
2023-09-12 11:11:43 - The 'host-bridge-net' network already exists.
Skipping creation.
################################################################################
disabled
disabled
################################################################################
2023-09-12 11:11:43 - Checking if podman is installed...
################################################################################
/usr/bin/podman
################################################################################
2023-09-12 11:11:43 - Making sure Patches build has already run...
################################################################################
################################################################################
2023-09-12 11:11:43 - Patches images already present.
################################################################################
################################################################################
2023-09-12 11:11:43 - Service patches-psql is stopped.
################################################################################
################################################################################
2023-09-12 11:11:43 - Service patches-backend is stopped.
################################################################################
################################################################################
2023-09-12 11:11:43 - Service patches-frontend is stopped.
################################################################################
################################################################################
2023-09-12 11:11:43 - Service patches-httpd is stopped.
################################################################################
################################################################################
2023-09-12 11:11:43 - Service patches-nginx is stopped.
################################################################################
[grant@patches patches]$ podman ps -a
CONTAINER ID  IMAGE                               COMMAND               CREATED         STATUS         PORTS                                     NAMES
e8491672a5ab  docker.io/library/postgres:15.3     postgres              44 seconds ago  Up 45 seconds                                            patches-psql
ce9f35a3ff27  localhost/dell/patches-base:latest  sh -c node /home/...  43 seconds ago  Up 44 seconds                                            patches-backend
8fc2239ee140  localhost/dell/patches-base:latest  sh -c /home/node/...  43 seconds ago  Up 43 seconds                                            patches-frontend
3e489b018d59  docker.io/library/nginx:1.23.4      nginx -g daemon o...  42 seconds ago  Up 43 seconds  0.0.0.0:80->80/tcp, 0.0.0.0:443->443/tcp  patches-nginx
d05571dc62d6  docker.io/library/httpd:2.4         httpd-foreground      42 seconds ago  Up 43 seconds  0.0.0.0:8080->80/tcp                      patches-httpd
grantcurell commented 9 months ago

Update - for now I have disabled this. This will be a future feature.