version: '3.8' services: synapse-admin: image: awesometechnologies/synapse-admin:${SYNAPSE_ADMIN_VERSION} restart: unless-stopped ports: - "8008:80/tcp" # nginx: # image: nginx:${NGINX_VERSION} # ports: # - "80:80/tcp" # - "443:443/tcp" # volumes: # - ./nginx:/etc/nginx/conf.d # - /ssl:/ssl # - /www:/www