Trying fixes

This commit is contained in:
Harish Karumuthil 2024-10-21 15:35:15 +05:30
parent 045aa271bb
commit faa9bc0c69

View File

@ -7,14 +7,18 @@ services:
tty: true
volumes:
- srvroot:/var/www
- apacheconf:/etc/apache2
- type: bind
source: ./authorized_keys
target: /root/authorized_keys
content: |
# Authorized keys
ports:
- "${PUBLIC_SSH_PORT}:22"
#labels:
# - traefik.http.services.os.loadbalancer.server.port=80
- 80
environment:
- container=podman
- SERVICE_FQDN_OS_80
- SERVICE_FQDN_PHPCONTAINER_80=/
# Public ssh port number v2
- SSH_PUBLIC_PORT=${PUBLIC_SSH_PORT:-3300}