Compare commits

...

5 Commits

Author SHA1 Message Date
977d9d3a9e Try fix 2024-10-21 16:59:02 +05:30
9a072585e5 Try fix 2024-10-21 16:58:05 +05:30
132bcb8bb3 Try fixing 2024-10-21 16:54:11 +05:30
84459337dc Fix 2024-10-21 15:39:57 +05:30
faa9bc0c69 Trying fixes 2024-10-21 15:35:15 +05:30

View File

@ -1,20 +1,21 @@
version: "3.4"
services:
os:
build:
dockerfile: ./Dockerfile
context: ./
tty: true
apachephp:
image: docker.io/library/ccg04go0gk4k4o0os0cko4k8-os
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
- 22
- 80
environment:
- container=podman
- SERVICE_FQDN_OS_80
- SERVICE_FQDN_PHPCONTAINER_80=/
- SERVICE_FQDN_APACHEPHP_80
# Public ssh port number v2
- SSH_PUBLIC_PORT=${PUBLIC_SSH_PORT:-3300}