everything

This commit is contained in:
harrispm 2024-11-05 21:46:26 -06:00
parent 8aadf69aaa
commit 96e028110d
877 changed files with 3046 additions and 0 deletions

26
NG-PNCFishWeb.yaml Executable file
View file

@ -0,0 +1,26 @@
version: "3"
services:
web:
image: nginx:latest
container_name: web
hostname: web
ports:
- "8090:80"
volumes:
- /DockerVol/nginx/nginx.conf:/etc/nginx/conf.d/nginx.conf
- /DockerVol/nginx/app:/app
networks:
- netgrimoire
php:
build:
context: .
dockerfile: PHP.Dockerfile
container_name: php
hostname: php
environment:
- SQUARE_ACCESS_TOKEN=EAAAEL7IiBLzyp94hSovsq65Lk1fdD5vDS0515edlF1_OBEePIbz-X9RxGgRZf7n
volumes:
- /DockerVol/nginx/app:/app
networks:
- netgrimoire